UnorderedDuplicateKeysException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An orderless element (one with the deltaxml:ordered='false' attribute) cannot contain more than one child element with the same name/type (ie.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.api DeltaXMLProcessingException
            com.deltaxml.api UnorderedDuplicateKeysException

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

[SerializableAttribute]
public class UnorderedDuplicateKeysException : DeltaXMLProcessingException
Remarks

An orderless element (one with the deltaxml:ordered='false' attribute) cannot contain more than one child element with the same name/type (ie. the same namespace URI and localName) and the same deltaxml:key attribute value.

This exception is thrown whenever two such elements are found within the same orderless parent. There may be more than two child elements with the same key value, but only two are reported with an exception within any parent element and key value combination.

Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 46

See Also