MissingContentCombineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
When processing an exchange, pcdataModify or textGroup elements which contain a old and new value, the item being deleted (in a forward-combine the "old" value and in a reverse-combine the "new" value) must exist in the input document.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class MissingContentCombineException : DeltaXMLProcessingException
Remarks

When processing an exchange, pcdataModify or textGroup elements which contain a old and new value, the item being deleted (in a forward-combine the "old" value and in a reverse-combine the "new" value) must exist in the input document.

A method is supplied to get the node in the delta file which is missing its "old" value.

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

See Also