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

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

public XMLCombinerFactoryConfigurationError(
	Exception e
)

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