ScriptWriterException Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
| Nom | Description |
|---|---|
| ScriptWriterException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
| ScriptWriterException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException. |
ScriptWriterException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException();
Public Sub New ()
S’applique à
ScriptWriterException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException(string message);
new Microsoft.SqlServer.Management.Smo.ScriptWriterException : string -> Microsoft.SqlServer.Management.Smo.ScriptWriterException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception.
S’applique à
ScriptWriterException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.ScriptWriterException.
public ScriptWriterException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.ScriptWriterException : string * Exception -> Microsoft.SqlServer.Management.Smo.ScriptWriterException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message de l’exception.
- innerException
- Exception
Instance T :System.Exception qui a provoqué l’exception actuelle.