Compartir a través de


UnsupportedEngineTypeException Constructor (String)

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

Parámetros