DeltaXMLProcessingException Constructor (Exception)XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Creates a new exception which wraps an existing exception.

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

public DeltaXMLProcessingException(
	Exception e
)

Parameters

e
Type: System Exception
The Exception or Error to wrap.
Remarks

Creates a new exception which wraps an existing exception.

See Also