XdsErrorException Constructor (String, Exception) |
Namespace: DXMLBase.XdsAssembly: DXMLBase (in DXMLBase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic XdsErrorException(
string message,
Exception cause
)
Public Sub New (
message As String,
cause As Exception
)
public:
XdsErrorException(
String^ message,
Exception^ cause
)
new :
message : string *
cause : Exception -> XdsErrorException
Parameters
- message
- Type: SystemString
[Missing <param name="message"/> documentation for "M:DXMLBase.Xds.XdsErrorException.#ctor(System.String,System.Exception)"]
- cause
- Type: SystemException
The underlying exception.
See Also