XML Compare .NET API Documentation - DEPRECATED
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Construct a new exception which wraps another exception and which also supplies an additional detail message.
Namespace: com.deltaxml.apiAssembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Parameters
- msg
- Type: System String
The new or additional message reported with the exception.
- e
- Type: System Exception
The exception/error to wrap.
Remarks
Construct a new exception which wraps another exception and which also supplies an additional detail message.
The new detail message can be obtained via getMessage() whilst the detail message of the wrapped exception or error can be obtained via getThrowable().getMessage()See Also