Pastaba.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti prisijungti arba pakeisti katalogus.
Prieigai prie šio puslapio reikalingas įgaliojimas. Galite bandyti pakeisti katalogus.
Creates an instance of ExceptionMessageBox with the supplied top-level error message text.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Syntax
'Declaration
Public Sub New ( _
text As String _
)
'Usage
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
)
Parameters
- text
Type: System.String
Error text of the top-level message.