Compartilhar via


Construtor SfcUnsupportedVersionException (String)

Initializes a new instance of the SfcUnsupportedVersionException class with the specified error message. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
Public Sub New ( _
    message As String _
)
'Uso
Dim message As String

Dim instance As New SfcUnsupportedVersionException(message)
public SfcUnsupportedVersionException(
    string message
)
public:
SfcUnsupportedVersionException(
    String^ message
)
new : 
        message:string -> SfcUnsupportedVersionException
public function SfcUnsupportedVersionException(
    message : String
)

Parâmetros