Construtor SfcPathConversionException (String)

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

Parâmetros