FunctionWrongArgumentsNumberException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| FunctionWrongArgumentsNumberException() |
Costruttore di base |
| FunctionWrongArgumentsNumberException(String) |
Costruttore di base |
| FunctionWrongArgumentsNumberException(String, Exception) |
Costruttore di base |
| FunctionWrongArgumentsNumberException(String, Int32, Int32) |
Costruttore |
FunctionWrongArgumentsNumberException()
Costruttore di base
public FunctionWrongArgumentsNumberException();
Public Sub New ()
Si applica a
FunctionWrongArgumentsNumberException(String)
Costruttore di base
public FunctionWrongArgumentsNumberException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
FunctionWrongArgumentsNumberException(String, Exception)
Costruttore di 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)
Parametri
- message
- String
- innerException
- Exception
Si applica a
FunctionWrongArgumentsNumberException(String, Int32, Int32)
Costruttore
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)
Parametri
- functionName
- String
- receivedCount
- Int32
- expectedCount
- Int32