Click or drag to resize
XdsStatusReport Constructor (Exception, String, String)
Initializes a new instance of the XdsStatusReport class

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsStatusReport(
	Exception exception,
	string eventID,
	string type
)

Parameters

exception
Type: SystemException

[Missing <param name="exception"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.#ctor(System.Exception,System.String,System.String)"]

eventID
Type: SystemString

[Missing <param name="eventID"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.#ctor(System.Exception,System.String,System.String)"]

type
Type: SystemString

[Missing <param name="type"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.#ctor(System.Exception,System.String,System.String)"]

See Also