Sprache

ExpressionNodeNotConfigurableException Konstruktoren

Definition

Überlädt

ExpressionNodeNotConfigurableException()

Konstruktor

public ExpressionNodeNotConfigurableException();
Public Sub New ()

Gilt für:

ExpressionNodeNotConfigurableException(String)

Konstruktor

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

Parameter

subtype
String

Gilt für:

ExpressionNodeNotConfigurableException(String, Exception)

Basiskonstruktor

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

Parameter

message
String
innerException
Exception

Gilt für: