MissingPCDataCombineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
When the delta specifies that text is deleted from the supplied input file (that is it has a deleted delta in a forward-combine, or an added delta in a reverse-combine) the input file is expected to have PCData at the appropriate location.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class MissingPCDataCombineException : DeltaXMLProcessingException
Remarks

When the delta specifies that text is deleted from the supplied input file (that is it has a deleted delta in a forward-combine, or an added delta in a reverse-combine) the input file is expected to have PCData at the appropriate location. If this expected PCData is not found (e.g. when there is an element there instead), the combiner cannot be sure whether it is processing the correct node in the input.

Method are supplied to get the node of the item in the input and delta document which are non-matching.

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

See Also