Lenguaje

BadExpressionTreeException Constructores

Definición

Sobrecargas

BadExpressionTreeException()

Constructor base

public BadExpressionTreeException();
Public Sub New ()

Se aplica a

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)

Parámetros

reason
String

Se aplica a

BadExpressionTreeException(String, Exception)

Constructor 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)

Parámetros

message
String
innerException
Exception

Se aplica a