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