Condividi tramite


Costruttore UnsupportedEngineTypeException (String)

Initializes a new instance of the UnsupportedEngineTypeException 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 UnsupportedEngineTypeException(message)
public UnsupportedEngineTypeException(
    string message
)
public:
UnsupportedEngineTypeException(
    String^ message
)
new : 
        message:string -> UnsupportedEngineTypeException
public function UnsupportedEngineTypeException(
    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

UnsupportedEngineTypeException Classe

Overload UnsupportedEngineTypeException

Spazio dei nomi Microsoft.SqlServer.Management.Smo

Altre risorse

Gestione delle eccezioni SMO