ExceptionMessageBox Oluşturucusu (String)

Oluşturur bir örnek , ExceptionMessageBox ile sağlanan en üst düzey hata iletisi metni.

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

Sözdizimi

'Bildirim
Public Sub New ( _
    text As String _
)
'Kullanım
Dim text As String

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

Parametreler