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

Namespace: DXMLBase.Xds
Assembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public XdsFatalException(
	string message,
	Exception cause
)

Parameters

message
Type: SystemString

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

cause
Type: SystemException
The underlying exception.
See Also