ExpressionNodeNotConfigurableException 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 |
|---|---|
| ExpressionNodeNotConfigurableException() |
Constructor |
| ExpressionNodeNotConfigurableException(String) |
Constructor |
| ExpressionNodeNotConfigurableException(String, Exception) |
Constructeur de base |
ExpressionNodeNotConfigurableException()
Constructor
public ExpressionNodeNotConfigurableException();
Public Sub New ()
S’applique à
ExpressionNodeNotConfigurableException(String)
Constructor
public ExpressionNodeNotConfigurableException(string subtype);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException : string -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException
Public Sub New (subtype As String)
Paramètres
- subtype
- String
S’applique à
ExpressionNodeNotConfigurableException(String, Exception)
Constructeur de base
public ExpressionNodeNotConfigurableException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException : string * Exception -> Microsoft.SqlServer.Management.Dmf.ExpressionNodeNotConfigurableException
Public Sub New (message As String, innerException As Exception)
Paramètres
- message
- String
- innerException
- Exception