OperatorNotApplicableException Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
| Nome | Description |
|---|---|
| OperatorNotApplicableException() |
Construtor base |
| OperatorNotApplicableException(String) |
Construtor base |
| OperatorNotApplicableException(String, Exception) |
Construtor base |
| OperatorNotApplicableException(String, String) |
Construtor |
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