FunctionWrongArgumentsNumberException Construtores

Definição

Sobrecargas

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

Aplica-se a