OperatorNotApplicableException Constructores

Definición

Sobrecargas

OperatorNotApplicableException()

Constructor base

public OperatorNotApplicableException();
Public Sub New ()

Se aplica a

OperatorNotApplicableException(String)

Constructor base

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

Parámetros

message
String

Se aplica a

OperatorNotApplicableException(String, Exception)

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

Parámetros

message
String
innerException
Exception

Se aplica a

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)

Parámetros

operatorName
String
typeName
String

Se aplica a