Click or drag to resize
XdsStatusException Constructor (XdsStatusReportLevelValue, String)
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
)

Parameters

level
Type: DXMLBase.XdsXdsStatusReportLevelValue

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

message
Type: SystemString
The message
See Also