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