Compartir a través de


SfcException Constructor (String)

Initializes a new instance of the SfcException class with a specified error message. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.

Espacio de nombres:  Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado:  Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxis

'Declaración
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.

Vea también

Referencia

SfcException Clase

Sobrecarga de SfcException

Espacio de nombres Microsoft.SqlServer.Management.Sdk.Sfc