SfcPathConversionException Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SfcPathConversionException() |
Constructor |
SfcPathConversionException(String) |
Base constructor |
SfcPathConversionException(String, Exception) |
Base constructor |
SfcPathConversionException()
Constructor
public SfcPathConversionException ();
Public Sub New ()
Applies to
SfcPathConversionException(String)
Base constructor
public SfcPathConversionException (string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException
Public Sub New (message As String)
Parameters
- message
- String
Applies to
SfcPathConversionException(String, Exception)
Base constructor
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)
Parameters
- message
- String
- innerException
- Exception