Konstruktor ExceptionMessageBox (String, String, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol, ExceptionMessageBoxDefaultButton, ExceptionMessageBoxOptions)
Ten interfejs API obsługuje infrastrukturę programu i nie jest przeznaczony do użycia bezpośrednio w kodzie.
Tworzy wystąpienie ExceptionMessageBox z dostarczonego błąd najwyższego poziom wiadomości tekst i okno dialogowe pole podpisu w polu komunikat. Metoda określa również przyciski, symbol, przycisk domyślny i okno dialogowe Opcje, aby wyświetlić w polu komunikat o wyjątku.
Przestrzeń nazw: Microsoft.SqlServer.MessageBox
Zestaw: Microsoft.ExceptionMessageBox (w Microsoft.ExceptionMessageBox.dll)
Syntax
'Deklaracja
Public Sub New ( _
text As String, _
caption As String, _
buttons As ExceptionMessageBoxButtons, _
symbol As ExceptionMessageBoxSymbol, _
defaultButton As ExceptionMessageBoxDefaultButton, _
options As ExceptionMessageBoxOptions _
)
'Użycie
Dim text As String
Dim caption As String
Dim buttons As ExceptionMessageBoxButtons
Dim symbol As ExceptionMessageBoxSymbol
Dim defaultButton As ExceptionMessageBoxDefaultButton
Dim options As ExceptionMessageBoxOptions
Dim instance As New ExceptionMessageBox(text, caption, _
buttons, symbol, defaultButton, options)
public ExceptionMessageBox(
string text,
string caption,
ExceptionMessageBoxButtons buttons,
ExceptionMessageBoxSymbol symbol,
ExceptionMessageBoxDefaultButton defaultButton,
ExceptionMessageBoxOptions options
)
public:
ExceptionMessageBox(
String^ text,
String^ caption,
ExceptionMessageBoxButtons buttons,
ExceptionMessageBoxSymbol symbol,
ExceptionMessageBoxDefaultButton defaultButton,
ExceptionMessageBoxOptions options
)
new :
text:string *
caption:string *
buttons:ExceptionMessageBoxButtons *
symbol:ExceptionMessageBoxSymbol *
defaultButton:ExceptionMessageBoxDefaultButton *
options:ExceptionMessageBoxOptions -> ExceptionMessageBox
public function ExceptionMessageBox(
text : String,
caption : String,
buttons : ExceptionMessageBoxButtons,
symbol : ExceptionMessageBoxSymbol,
defaultButton : ExceptionMessageBoxDefaultButton,
options : ExceptionMessageBoxOptions
)
Parameters
- text
Typ: System. . :: . .String
Błąd tekst wiadomości najwyższego poziom.
- caption
Typ: System. . :: . .String
Okno dialogowe Podpis pola okna komunikatu wyjątek.
- buttons
Typ: Microsoft.SqlServer.MessageBox. . :: . .ExceptionMessageBoxButtons
ExceptionMessageBoxSymbol Wyliczanie określająca symbol do wyświetlenia w polu komunikat o wyjątku.
- symbol
Typ: Microsoft.SqlServer.MessageBox. . :: . .ExceptionMessageBoxSymbol
ExceptionMessageBoxSymbol Wyliczanie określająca symbol do wyświetlenia w polu komunikat o wyjątku.
- defaultButton
Typ: Microsoft.SqlServer.MessageBox. . :: . .ExceptionMessageBoxDefaultButton
ExceptionMessageBoxDefaultButton Wyliczanie określająca domyślnego przycisku w oknie komunikatu wyjątek.
- options
Typ: Microsoft.SqlServer.MessageBox. . :: . .ExceptionMessageBoxOptions
ExceptionMessageBoxOptions Wyliczenie steruje zachowania innych komunikat wyjątku.