Langage

FunctionWrongArgumentsNumberException Constructeurs

Définition

Surcharges

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

S’applique à