[<SerializableAttribute>]
type UnorderedDuplicateKeysException =
class
inherit DeltaXMLProcessingException
end
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