Aracılığıyla paylaş


ExceptionMessageBox Oluşturucusu (Exception, ExceptionMessageBoxButtons, ExceptionMessageBoxSymbol)

Oluşturur bir örnek , ExceptionMessageBox belirtilen bilgileri kullanarak Exception ve belirterek düğmeler ve simge görüntülenecek ileti kutusu.

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

Sözdizimi

'Bildirim
Public Sub New ( _
    exception As Exception, _
    buttons As ExceptionMessageBoxButtons, _
    symbol As ExceptionMessageBoxSymbol _
)
'Kullanım
Dim exception As Exception
Dim buttons As ExceptionMessageBoxButtons
Dim symbol As ExceptionMessageBoxSymbol

Dim instance As New ExceptionMessageBox(exception, _
    buttons, symbol)
public ExceptionMessageBox(
    Exception exception,
    ExceptionMessageBoxButtons buttons,
    ExceptionMessageBoxSymbol symbol
)
public:
ExceptionMessageBox(
    Exception^ exception, 
    ExceptionMessageBoxButtons buttons, 
    ExceptionMessageBoxSymbol symbol
)
new : 
        exception:Exception * 
        buttons:ExceptionMessageBoxButtons * 
        symbol:ExceptionMessageBoxSymbol -> ExceptionMessageBox
public function ExceptionMessageBox(
    exception : Exception, 
    buttons : ExceptionMessageBoxButtons, 
    symbol : ExceptionMessageBoxSymbol
)

Parametreler

  • exception
    Tür: System.Exception
    Exception üst düzey metin, iç özel durum metni, resim yazısı, veri, Yardım bağlantısı ve özel durum ileti kutusunda görüntülenecek isteğe bağlı ek bilgiler içerir.