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