Поделиться через


Конструктор ExceptionMessageBox (String, String)

Creates an instance of ExceptionMessageBox with the supplied top-level error message text and the dialog box caption of the exception message box.

Пространство имен:  Microsoft.SqlServer.MessageBox
Сборка:  Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)

Синтаксис

'Декларация
Public Sub New ( _
    text As String, _
    caption As String _
)
'Применение
Dim text As String 
Dim caption As String 

Dim instance As New ExceptionMessageBox(text, caption)
public ExceptionMessageBox(
    string text,
    string caption
)
public:
ExceptionMessageBox(
    String^ text, 
    String^ caption
)
new : 
        text:string * 
        caption:string -> ExceptionMessageBox
public function ExceptionMessageBox(
    text : String, 
    caption : String
)

Параметры

  • text
    Тип: System.String
    Error text of the top-level message.
  • caption
    Тип: System.String
    Caption of the exception message box.

См. также

Справочник

ExceptionMessageBox Класс

Перегрузка ExceptionMessageBox

Пространство имен Microsoft.SqlServer.MessageBox