FunctionWrongArgumentsNumberException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| FunctionWrongArgumentsNumberException() |
Construtor base |
| FunctionWrongArgumentsNumberException(String) |
Construtor base |
| FunctionWrongArgumentsNumberException(String, Exception) |
Construtor base |
| FunctionWrongArgumentsNumberException(String, Int32, Int32) |
Construtor |
FunctionWrongArgumentsNumberException()
Construtor base
public FunctionWrongArgumentsNumberException();
Public Sub New ()
Aplica-se a
FunctionWrongArgumentsNumberException(String)
Construtor base
public FunctionWrongArgumentsNumberException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (message As String)
Parâmetros
- message
- String
Aplica-se a
FunctionWrongArgumentsNumberException(String, Exception)
Construtor 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)
Parâmetros
- message
- String
- innerException
- Exception
Aplica-se a
FunctionWrongArgumentsNumberException(String, Int32, Int32)
Construtor
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)
Parâmetros
- functionName
- String
- receivedCount
- Int32
- expectedCount
- Int32