SfcPathConversionException Konstruktoren
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
| Name | Beschreibung |
|---|---|
| SfcPathConversionException() |
Konstruktor |
| SfcPathConversionException(String) |
Basiskonstruktor |
| SfcPathConversionException(String, Exception) |
Basiskonstruktor |
SfcPathConversionException()
Konstruktor
public SfcPathConversionException();
Public Sub New ()
Gilt für:
SfcPathConversionException(String)
Basiskonstruktor
public SfcPathConversionException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcPathConversionException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
SfcPathConversionException(String, Exception)
Basiskonstruktor
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)
Parameter
- message
- String
- innerException
- Exception