AddRemoveKeyingException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Added or deleted content in the delta should not have a key which is present in the non-delta input of a combine operation.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class AddRemoveKeyingException : DeltaXMLProcessingException
Remarks

Added or deleted content in the delta should not have a key which is present in the non-delta input of a combine operation.

This is because, any delta added or removed content corresponds to content which was only present in one of the comparator inputs.

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

See Also