Langue

UnsupportedFeatureException Constructeurs

Définition

Surcharges

Nom Description
UnsupportedFeatureException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String, Exception)

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException()

Constructeur pour le T :Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

public UnsupportedFeatureException();
Public Sub New ()

S’applique à

UnsupportedFeatureException(String)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception.

S’applique à

UnsupportedFeatureException(String, Exception)

Constructeur pour le 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)

Paramètres

message
String

Message de l’exception.

innerException
Exception

Instance T :System.Exception qui a provoqué l’exception actuelle.

S’applique à