Compartir a través de


SfcPathConversionException Constructor (String)

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

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

Parámetros

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

Vea también

Referencia

SfcPathConversionException Clase

Sobrecarga de SfcPathConversionException

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