Partilhar via


Construtor SfcInvalidStateException (String)

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

Parâmetros

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

Consulte também

Referência

SfcInvalidStateException Classe

Sobrecarregado SfcInvalidStateException

Namespace Microsoft.SqlServer.Management.Sdk.Sfc