Langue

OperatorNotApplicableException Constructeurs

Définition

Surcharges

OperatorNotApplicableException()

Constructeur de base

public OperatorNotApplicableException();
Public Sub New ()

S’applique à

OperatorNotApplicableException(String)

Constructeur de base

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

Paramètres

message
String

S’applique à

OperatorNotApplicableException(String, Exception)

Constructeur de base

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)

Paramètres

message
String
innerException
Exception

S’applique à

OperatorNotApplicableException(String, String)

Constructor

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)

Paramètres

operatorName
String
typeName
String

S’applique à