OperatorNotApplicableException Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Sobrecargas
| Nombre | Description |
|---|---|
| OperatorNotApplicableException() |
Constructor base |
| OperatorNotApplicableException(String) |
Constructor base |
| OperatorNotApplicableException(String, Exception) |
Constructor base |
| OperatorNotApplicableException(String, String) |
Constructor |
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