OperatorNotApplicableException Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
| Nome | Descrizione |
|---|---|
| OperatorNotApplicableException() |
Costruttore di base |
| OperatorNotApplicableException(String) |
Costruttore di base |
| OperatorNotApplicableException(String, Exception) |
Costruttore di base |
| OperatorNotApplicableException(String, String) |
Costruttore |
OperatorNotApplicableException()
Costruttore di base
public OperatorNotApplicableException();
Public Sub New ()
Si applica a
OperatorNotApplicableException(String)
Costruttore di base
public OperatorNotApplicableException(string message);
new Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException : string -> Microsoft.SqlServer.Management.Dmf.OperatorNotApplicableException
Public Sub New (message As String)
Parametri
- message
- String
Si applica a
OperatorNotApplicableException(String, Exception)
Costruttore di 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)
Parametri
- message
- String
- innerException
- Exception
Si applica a
OperatorNotApplicableException(String, String)
Costruttore
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)
Parametri
- operatorName
- String
- typeName
- String