Langage

BadExpressionTreeException Constructeurs

Définition

Surcharges

Nom Description
BadExpressionTreeException()

Constructeur de base

BadExpressionTreeException(String)

Constructor

BadExpressionTreeException(String, Exception)

Constructeur de base

BadExpressionTreeException()

Constructeur de base

public BadExpressionTreeException();
Public Sub New ()

S’applique à

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)

Paramètres

reason
String

S’applique à

BadExpressionTreeException(String, Exception)

Constructeur de base

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)

Paramètres

message
String
innerException
Exception

S’applique à