Share via


BadExpressionTreeException Constructors

Definition

Overloads

BadExpressionTreeException()

Base constructor

BadExpressionTreeException(String)

Constructor

BadExpressionTreeException(String, Exception)

Base constructor

BadExpressionTreeException()

Base constructor

public BadExpressionTreeException ();
Public Sub New ()

Applies to

BadExpressionTreeException(String)

Constructor

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

Parameters

reason
String

Applies to

BadExpressionTreeException(String, Exception)

Base constructor

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

Parameters

message
String
innerException
Exception

Applies to