Click or drag to resize
XdsStatusReport Constructor (XmlElement)
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(
	XmlElement statusElement
)

Parameters

statusElement
Type: System.XmlXmlElement

[Missing <param name="statusElement"/> documentation for "M:DXMLBase.Xds.XdsStatusReport.#ctor(System.Xml.XmlElement)"]

Exceptions
ExceptionCondition
ArgumentExceptionThrown if the passed element isn't a status element.
See Also