Click or drag to resize
XdsStatusReport Constructor (XdsStatusReportLevelValue, 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(
	XdsStatusReportLevelValue level,
	Exception exception,
	string eventID,
	string type
)

Parameters

level
Type: DXMLBase.XdsXdsStatusReportLevelValue

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

exception
Type: SystemException

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

eventID
Type: SystemString

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

type
Type: SystemString
The type value for the status. May be null.
See Also