UnsupportedFeatureException Construtores

Definição

Sobrecargas

Nome Description
UnsupportedFeatureException()

Construtor do T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String)

Construtor do T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String, Exception)

Construtor do T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException()

Construtor do T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

public UnsupportedFeatureException();
Public Sub New ()

Aplica-se a

UnsupportedFeatureException(String)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção.

Aplica-se a

UnsupportedFeatureException(String, Exception)

Construtor do 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)

Parâmetros

message
String

A mensagem da exceção.

innerException
Exception

A instância T:System.Exception que causou a exceção atual.

Aplica-se a