Condividi tramite


Costruttore UnsupportedFeatureException (String)

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public Sub New ( _
    message As String _
)
'Utilizzo
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
)

Parametri

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

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

UnsupportedFeatureException Classe

Overload UnsupportedFeatureException

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gestione delle eccezioni SMO