FunctionWrongReturnTypeException Constructors

Definition

Overloads

FunctionWrongReturnTypeException()

Base constructor

FunctionWrongReturnTypeException(String)

Base constructor

FunctionWrongReturnTypeException(String, Exception)

Base constructor

FunctionWrongReturnTypeException(String, String, String)

Constructor

FunctionWrongReturnTypeException()

Base constructor

public FunctionWrongReturnTypeException ();
Public Sub New ()

Applies to

FunctionWrongReturnTypeException(String)

Base constructor

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

Parameters

message
String

Applies to

FunctionWrongReturnTypeException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to

FunctionWrongReturnTypeException(String, String, String)

Constructor

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

Parameters

functionName
String
receivedType
String
expectedType
String

Applies to