Share 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