Compartir a través de


UnsupportedFeatureException Constructor (String)

Initializes a new instance of the UnsupportedFeatureException class with the specified message.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New UnsupportedFeatureException(message)
public UnsupportedFeatureException(
    string message
)
public:
UnsupportedFeatureException(
    String^ message
)
new : 
        message:string -> UnsupportedFeatureException
public function UnsupportedFeatureException(
    message : String
)

Parámetros

  • message
    Tipo: System.String
    A String value that specifies the message for the Unsupported Feature Exception.

Ejemplos

Controlar excepciones SMO

Vea también

Referencia

UnsupportedFeatureException Clase

Sobrecarga de UnsupportedFeatureException

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

Controlar excepciones SMO