UnsupportedFeatureException Costruttori

Definizione

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.

Si applica a