FunctionWrongArgumentTypeException Constructors

Definition

Overloads

FunctionWrongArgumentTypeException()

Base constructor

FunctionWrongArgumentTypeException(String)

Base constructor

FunctionWrongArgumentTypeException(String, Exception)

Base constructor

FunctionWrongArgumentTypeException(String, String, String)

Constructor

FunctionWrongArgumentTypeException()

Base constructor

public FunctionWrongArgumentTypeException ();
Public Sub New ()

Applies to

FunctionWrongArgumentTypeException(String)

Base constructor

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

Parameters

message
String

Applies to

FunctionWrongArgumentTypeException(String, Exception)

Base constructor

public FunctionWrongArgumentTypeException (string message, Exception innerException);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException : string * Exception -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException
Public Sub New (message As String, innerException As Exception)

Parameters

message
String
innerException
Exception

Applies to

FunctionWrongArgumentTypeException(String, String, String)

Constructor

public FunctionWrongArgumentTypeException (string functionName, string receivedType, string expectedType);
new Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException : string * string * string -> Microsoft.SqlServer.Management.Dmf.FunctionWrongArgumentTypeException
Public Sub New (functionName As String, receivedType As String, expectedType As String)

Parameters

functionName
String
receivedType
String
expectedType
String

Applies to