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