Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Creates an instance of ExceptionMessageBox with the supplied top-level error message text.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Sub New ( _
text As String _
)
'Utilisation
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
)
Paramètres
- text
Type : System.String
Error text of the top-level message.