SfcPathConversionException Constructores

Definición

Sobrecargas

SfcPathConversionException()

Constructor

public SfcPathConversionException();
Public Sub New ()

Se aplica a

SfcPathConversionException(String)

Constructor base

public SfcPathConversionException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException
Public Sub New (message As String)

Parámetros

message
String

Se aplica a

SfcPathConversionException(String, Exception)

Constructor base

public SfcPathConversionException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException
Public Sub New (message As String, innerException As Exception)

Parámetros

message
String
innerException
Exception

Se aplica a