Sprache

BadExpressionTreeException Konstruktoren

Definition

Überlädt

BadExpressionTreeException()

Basiskonstruktor

public BadExpressionTreeException();
Public Sub New ()

Gilt für:

BadExpressionTreeException(String)

Konstruktor

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

Gilt für:

BadExpressionTreeException(String, Exception)

Basiskonstruktor

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

Gilt für: