XML Compare .NET API Documentation - DEPRECATED
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Construct a new error which wraps another exception.
Namespace: com.deltaxml.apiAssembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax
Parameters
- e
- Type: Exception
The exception to wrap.
Remarks
Construct a new error 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 getException()
See Also