OperatorNotApplicableException Construtores

Definição

Sobrecargas

OperatorNotApplicableException()

Construtor base

public OperatorNotApplicableException();
Public Sub New ()

Aplica-se a

OperatorNotApplicableException(String)

Construtor 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

Aplica-se a

OperatorNotApplicableException(String, Exception)

Construtor 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

Aplica-se a

OperatorNotApplicableException(String, String)

Construtor

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

Aplica-se a