Sprache

FunctionWrongArgumentsNumberException Konstruktoren

Definition

Überlädt

FunctionWrongArgumentsNumberException()

Basiskonstruktor

public FunctionWrongArgumentsNumberException();
Public Sub New ()

Gilt für:

FunctionWrongArgumentsNumberException(String)

Basiskonstruktor

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

Gilt für:

FunctionWrongArgumentsNumberException(String, Exception)

Basiskonstruktor

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

Gilt für:

FunctionWrongArgumentsNumberException(String, Int32, Int32)

Konstruktor

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

Gilt für: