IncorrectPCDataCombineException 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 PCData in the input file is expected to match the PCData at the same location in the delta file.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class IncorrectPCDataCombineException : 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 PCData in the input file is expected to match the PCData at the same location in the delta file.

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: 116

See Also