Partager via


Constructeur UnsupportedFeatureException (String)

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

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    message As String _
)
'Utilisation
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
)

Paramètres

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

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

UnsupportedFeatureException Classe

Surcharge UnsupportedFeatureException

Espace de noms Microsoft.SqlServer.Management.Smo

Autres ressources

Gestion des exceptions SMO