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