XML Compare .NET API Documentation - DEPRECATED
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Construct a new exception which wraps another exception.
Namespace: com.deltaxml.apiAssembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Parameters
- e
- Type: System Exception
The exception/error to wrap.
Remarks
Construct a new exception which wraps another exception. The wrapped exception is often the base cause of the exception. By wrapping the exception its detail message and stack trace can be obtained after calling getThrowable()
See Also