Costruttore ExceptionMessageBox (String)
Creates an instance of ExceptionMessageBox with the supplied top-level error message text.
Spazio dei nomi: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
text As String _
)
'Utilizzo
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
)
Parametri
- text
Tipo: System. . :: . .String
Error text of the top-level message.