BadExpressionTreeException Konstruktor

Definisi

Overload

BadExpressionTreeException()

Konstruktor dasar

public BadExpressionTreeException();
Public Sub New ()

Berlaku untuk

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)

Parameter

reason
String

Berlaku untuk

BadExpressionTreeException(String, Exception)

Konstruktor dasar

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)

Parameter

message
String
innerException
Exception

Berlaku untuk