Compartilhar via


Construtor UnsupportedEngineTypeException (String)

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
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

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

Exemplos

Manipulando exceções SMO

Consulte também

Referência

UnsupportedEngineTypeException Classe

Sobrecarregado UnsupportedEngineTypeException

Namespace Microsoft.SqlServer.Management.Smo

Outros recursos

Manipulando exceções SMO