UnsupportedCompatLevelException 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 |
|---|---|
| UnsupportedCompatLevelException() |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
| UnsupportedCompatLevelException(String, Exception) |
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException. |
UnsupportedCompatLevelException()
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException();
Public Sub New ()
Si applica a
UnsupportedCompatLevelException(String)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException(string message);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
Public Sub New (message As String)
Parametri
- message
- String
Messaggio dell'eccezione.
Si applica a
UnsupportedCompatLevelException(String, Exception)
Costruttore per il T:Microsoft. SqlServer.Management.Smo.UnsupportedCompatLevelException.
public UnsupportedCompatLevelException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException : string * Exception -> Microsoft.SqlServer.Management.Smo.UnsupportedCompatLevelException
Public Sub New (message As String, innerException As Exception)
Parametri
- message
- String
Messaggio dell'eccezione.
- innerException
- Exception
Istanza T:System.Exception che ha causato l'eccezione corrente.