FunctionWrongArgumentsNumberException Constructors

Definition

Overloads

FunctionWrongArgumentsNumberException()

Base constructor

FunctionWrongArgumentsNumberException(String)

Base constructor

FunctionWrongArgumentsNumberException(String, Exception)

Base constructor

FunctionWrongArgumentsNumberException(String, Int32, Int32)

Constructor

FunctionWrongArgumentsNumberException()

Base constructor

public FunctionWrongArgumentsNumberException ();
Public Sub New ()

Applies to

FunctionWrongArgumentsNumberException(String)

Base constructor

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

Parameters

message
String

Applies to

FunctionWrongArgumentsNumberException(String, Exception)

Base constructor

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)

Parameters

message
String
innerException
Exception

Applies to

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)

Parameters

functionName
String
receivedCount
Int32
expectedCount
Int32

Applies to