Lenguaje

FunctionWrongArgumentsNumberException Constructores

Definición

Sobrecargas

FunctionWrongArgumentsNumberException()

Constructor base

public FunctionWrongArgumentsNumberException();
Public Sub New ()

Se aplica a

FunctionWrongArgumentsNumberException(String)

Constructor 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

Se aplica a

FunctionWrongArgumentsNumberException(String, Exception)

Constructor 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

Se aplica a

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)

Parámetros

functionName
String
receivedCount
Int32
expectedCount
Int32

Se aplica a