ExpressionTypeMistmatchException Constructors

Definition

Overloads

ExpressionTypeMistmatchException()

Base constructor

ExpressionTypeMistmatchException(String)

Base constructor

ExpressionTypeMistmatchException(String, Exception)

Base constructor

ExpressionTypeMistmatchException(String, String)

Constructor

ExpressionTypeMistmatchException()

Base constructor

public ExpressionTypeMistmatchException ();
Public Sub New ()

Applies to

ExpressionTypeMistmatchException(String)

Base constructor

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

Parameters

message
String

Applies to

ExpressionTypeMistmatchException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to

ExpressionTypeMistmatchException(String, String)

Constructor

public ExpressionTypeMistmatchException (string typeLeft, string typeRight);
new Microsoft.SqlServer.Management.Dmf.ExpressionTypeMistmatchException : string * string -> Microsoft.SqlServer.Management.Dmf.ExpressionTypeMistmatchException
Public Sub New (typeLeft As String, typeRight As String)

Parameters

typeLeft
String
typeRight
String

Applies to