NonMatchingPCDataCombineException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Unchanged PCData should be the same in the input and delta files.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class NonMatchingPCDataCombineException : DeltaXMLProcessingException
Remarks

Unchanged PCData should be the same in the input and delta files.

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

See Also