CannotCompareDeltaException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new CannotCompareDeltaException appropriate for use within the XML Compare code.

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

public CannotCompareDeltaException(
	string rootElement,
	string systemId
)

Parameters

rootElement
Type: System String
String used to represent the XPath of the root element.
systemId
Type: System String
used to identify the invalid input
Remarks

Construct a new CannotCompareDeltaException appropriate for use within the XML Compare code.
See Also