SfcEmptyXmlException 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 |
|---|---|
| SfcEmptyXmlException() | |
| SfcEmptyXmlException(String) | |
| SfcEmptyXmlException(String, Exception) |
SfcEmptyXmlException()
public SfcEmptyXmlException();
Public Sub New ()
Gilt für:
SfcEmptyXmlException(String)
public SfcEmptyXmlException(string message);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException : string -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException
Public Sub New (message As String)
Parameter
- message
- String
Gilt für:
SfcEmptyXmlException(String, Exception)
public SfcEmptyXmlException(string message, Exception innerException);
new Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException : string * Exception -> Microsoft.SqlServer.Management.Sdk.Sfc.SfcEmptyXmlException
Public Sub New (message As String, innerException As Exception)
Parameter
- message
- String
- innerException
- Exception