InvalidModifiedElementException Constructor XML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Construct a new InvalidModifiedElement appropriate for use in the XML Compare code.

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

public InvalidModifiedElementException(
	bool unordered,
	string xpath
)

Parameters

unordered
Type: System Boolean
whether the element is unordered
xpath
Type: System String
the xpath of the modified element
Remarks

Construct a new InvalidModifiedElement appropriate for use in the XML Compare code.
See Also