ExceptionMessageBox Oluşturucusu (String, String)
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.
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 _
)
'Kullanım
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
)
Parametreler
- text
Tür: System.String
Hata metni iletinin üst düzey.
- caption
Tür: System.String
Özel durum ileti kutusu başlık.