Compartilhar via


Construtor SfcException (String)

Initializes a new instance of the SfcException class with a 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
Protected Sub New ( _
    message As String _
)
'Uso
Dim message As String 

Dim instance As New SfcException(message)
protected SfcException(
    string message
)
protected:
SfcException(
    String^ message
)
new : 
        message:string -> SfcException
protected function SfcException(
    message : String
)

Parâmetros

  • message
    Tipo: System.String
    The message that describes the error.

Consulte também

Referência

SfcException Classe

Sobrecarregado SfcException

Namespace Microsoft.SqlServer.Management.Sdk.Sfc