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