Lenguaje

UnsupportedFeatureException Constructores

Definición

Sobrecargas

Nombre Description
UnsupportedFeatureException()

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String)

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException(String, Exception)

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

UnsupportedFeatureException()

Constructor para T:Microsoft. SqlServer.Management.Smo.UnsupportedFeatureException.

public UnsupportedFeatureException();
Public Sub New ()

Se aplica a

UnsupportedFeatureException(String)

Constructor para 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

Mensaje de la excepción.

Se aplica a

UnsupportedFeatureException(String, Exception)

Constructor para 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

Mensaje de la excepción.

innerException
Exception

Instancia de T:System.Exception que provocó la excepción actual.

Se aplica a