InternalSmoErrorException 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 |
|---|---|
| InternalSmoErrorException() |
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException. |
| InternalSmoErrorException(String) |
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException. |
| InternalSmoErrorException(String, Exception) |
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException. |
InternalSmoErrorException()
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.
public InternalSmoErrorException();
Public Sub New ()
S’applique à
InternalSmoErrorException(String)
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.
public InternalSmoErrorException(string message);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
S’applique à
InternalSmoErrorException(String, Exception)
Constructeur pour T :Microsoft. SqlServer.Management.Smo.InternalSmoException.
public InternalSmoErrorException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.InternalSmoErrorException : string * Exception -> Microsoft.SqlServer.Management.Smo.InternalSmoErrorException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
Message de l’exception sous forme de chaîne.
- innerException
- Exception
Instance T :System.Exception qui a provoqué l’exception actuelle.