XdsStatusException Constructor (XdsStatusReportLevelValue, String, Exception) |
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected XdsStatusException(
XdsStatusReportLevelValue level,
string message,
Exception cause
)
Protected Sub New (
level As XdsStatusReportLevelValue,
message As String,
cause As Exception
)
protected:
XdsStatusException(
XdsStatusReportLevelValue level,
String^ message,
Exception^ cause
)
new :
level : XdsStatusReportLevelValue *
message : string *
cause : Exception -> XdsStatusException
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