ExceptionMessageBox Oluşturucusu (String, String, ExceptionMessageBoxButtons)

Oluşturur bir örnek , ExceptionMessageBox ile sağlanan en üst düzey hata iletisi metni ve iletişim kutusunu başlığını özel durum iletisi kutusunu.Yöntem ayrıca özel durum ileti kutusunda görüntülenecek düğmeleri belirtir.

Ad Alanı:  Microsoft.SqlServer.MessageBox
Derleme:  Microsoft.ExceptionMessageBox (Microsoft.ExceptionMessageBox içinde.dll)

Sözdizimi

'Bildirim
Public Sub New ( _
    text As String, _
    caption As String, _
    buttons As ExceptionMessageBoxButtons _
)
'Kullanım
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
)

Parametreler