NonMatchingExchangeItemCombineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
When a delta includes an exchange the item in the input file that is being "exchanged" should match its item in the exchange.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class NonMatchingExchangeItemCombineException : DeltaXMLProcessingException
Remarks

When a delta includes an exchange the item in the input file that is being "exchanged" should match its item in the exchange. For a forward combine this is the "deltaxml:old" exchange node, and for a reverse combine this is the "deltaxml:new" exchange node.

Methods are supplied to get the node in the delta and input files which should be the same.

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

See Also