SfcInvalidXmlParentTypeException Constructors

Definition

Overloads

SfcInvalidXmlParentTypeException()
SfcInvalidXmlParentTypeException(String)
SfcInvalidXmlParentTypeException(String, Exception)

SfcInvalidXmlParentTypeException()

public SfcInvalidXmlParentTypeException ();
Public Sub New ()

Applies to

SfcInvalidXmlParentTypeException(String)

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

Parameters

message
String

Applies to

SfcInvalidXmlParentTypeException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to