Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Creates an instance of ExceptionMessageBox with the supplied top-level error message text and the dialog box caption of the exception message box.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Sub New ( _
text As String, _
caption As String _
)
'Usage
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
)
Parameters
- text
Type: System.String
Error text of the top-level message.
- caption
Type: System.String
Caption of the exception message box.