XML Compare .NET API Documentation - DEPRECATED
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
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 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
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