SfcEmptyXmlException Constructors

Definition

Overloads

SfcEmptyXmlException()
SfcEmptyXmlException(String)
SfcEmptyXmlException(String, Exception)

SfcEmptyXmlException()

public SfcEmptyXmlException ();
Public Sub New ()

Applies to

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)

Parameters

message
String

Applies to

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)

Parameters

message
String
innerException
Exception

Applies to