UnsupportedFeatureException 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 |
|---|---|
| UnsupportedFeatureException() |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException. |
| UnsupportedFeatureException(String) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException. |
| UnsupportedFeatureException(String, Exception) |
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException. |
UnsupportedFeatureException()
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException();
Public Sub New ()
S’applique à
UnsupportedFeatureException(String)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException(string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException
Public Sub New (message As String)
Paramètres
- message
- String
Message de l’exception.
S’applique à
UnsupportedFeatureException(String, Exception)
Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.
public UnsupportedFeatureException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedFeatureException
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.