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

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected XdsStatusException(
	XdsStatusReportLevelValue level,
	string message,
	Exception cause
)

Parameters

level
Type: DXMLBase.XdsXdsStatusReportLevelValue

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

message
Type: SystemString

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

cause
Type: SystemException
The exception that is the reason this instance is being thrown.
See Also