FunctionWrongArgumentsNumberException Konstruktor

Definisi

Overload

FunctionWrongArgumentsNumberException()

Konstruktor dasar

public FunctionWrongArgumentsNumberException();
Public Sub New ()

Berlaku untuk

FunctionWrongArgumentsNumberException(String)

Konstruktor dasar

public FunctionWrongArgumentsNumberException(string message);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException : string -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentsNumberException
Public Sub New (message As String)

Parameter

message
String

Berlaku untuk

FunctionWrongArgumentsNumberException(String, Exception)

Konstruktor dasar

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)

Parameter

message
String
innerException
Exception

Berlaku untuk

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)

Parameter

functionName
String
receivedCount
Int32
expectedCount
Int32

Berlaku untuk