XMLComparatorConfigurationException Constructor (Exception)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new exception which wraps another exception.

Namespace: com.deltaxml.api
Assembly: deltaxml (in deltaxml.dll) Version: 10.4.0.1000
Syntax

public XMLComparatorConfigurationException(
	Exception e
)

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