OperatorNotApplicableException Konstruktoren

Definition

Überlädt

OperatorNotApplicableException()

Basiskonstruktor

public OperatorNotApplicableException();
Public Sub New ()

Gilt für:

OperatorNotApplicableException(String)

Basiskonstruktor

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

Parameter

message
String

Gilt für:

OperatorNotApplicableException(String, Exception)

Basiskonstruktor

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

Parameter

message
String
innerException
Exception

Gilt für:

OperatorNotApplicableException(String, String)

Konstruktor

public OperatorNotApplicableException(string operatorName, string typeName);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string * string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (operatorName As String, typeName As String)

Parameter

operatorName
String
typeName
String

Gilt für: