Конструктор ExceptionMessageBox (String, String, ExceptionMessageBoxButtons)
В будущей версии Microsoft SQL Server эта возможность будет удалена. Избегайте использования этой возможности в новых разработках и запланируйте изменение существующих приложений, в которых она применяется. Use #ctor(String, ExceptionMessageBoxButtons) instead.
Пространство имен: Microsoft.NetEnterpriseServers
Сборка: Microsoft.NetEnterpriseServers.ExceptionMessageBox (в Microsoft.NetEnterpriseServers.ExceptionMessageBox.dll)
Синтаксис
'Декларация
Public Sub New ( _
text As String, _
caption As String, _
buttons As ExceptionMessageBoxButtons _
)
'Применение
Dim text As String
Dim caption As String
Dim buttons As ExceptionMessageBoxButtons
Dim instance As New ExceptionMessageBox(text, caption, _
buttons)
public ExceptionMessageBox(
string text,
string caption,
ExceptionMessageBoxButtons buttons
)
public:
ExceptionMessageBox(
String^ text,
String^ caption,
ExceptionMessageBoxButtons buttons
)
new :
text:string *
caption:string *
buttons:ExceptionMessageBoxButtons -> ExceptionMessageBox
public function ExceptionMessageBox(
text : String,
caption : String,
buttons : ExceptionMessageBoxButtons
)
Параметры
- text
Тип: System. . :: . .String
Error text of the top-level message.
- caption
Тип: System. . :: . .String
Caption of the exception message box.
- buttons
Тип: Microsoft.NetEnterpriseServers. . :: . .ExceptionMessageBoxButtons
ExceptionMessageBoxButtons enumeration that specifies the buttons to display in the exception message box.