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

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

public UnorderedDuplicateKeysException(
	string parentElement,
	string keyValue,
	string child1,
	string child2
)

Parameters

parentElement
Type: System String
String used to represent the XPath of the erroneous element.
keyValue
Type: System String
the value of the duplicated deltaxml:key attribute
child1
Type: System String
one of the children with duplicate keys
child2
Type: System String
another child with duplicate keys
Remarks

Construct a new UnorderedDuplicateKeysException appropriate for use with the XML Compare code. Most parameters have their default values.
See Also