UnorderedModifiedContainsPCDATAException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
An orderless comparison cannot be performed on a node with child PCData nodes.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class UnorderedModifiedContainsPCDATAException : DeltaXMLProcessingException
Remarks

An orderless comparison cannot be performed on a node with child PCData nodes. For this reason, a modified unordered node should not have a PCData child.

Methods are supplied to find out the xpath of the unordered modified element which contains PCData.

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

See Also