SfcUnregisteredXmlTypeException Constructors

Definition

Overloads

SfcUnregisteredXmlTypeException()
SfcUnregisteredXmlTypeException(String)
SfcUnregisteredXmlTypeException(String, Exception)

SfcUnregisteredXmlTypeException()

public SfcUnregisteredXmlTypeException ();
Public Sub New ()

Applies to

SfcUnregisteredXmlTypeException(String)

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

Parameters

message
String

Applies to

SfcUnregisteredXmlTypeException(String, Exception)

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

Parameters

message
String
innerException
Exception

Applies to