InvalidPCDataModifyElementException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
A PCDataModify element should conform to the DX1 specification, detailed in the Online specification document.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InvalidPCDataModifyElementException : DeltaXMLProcessingException
Remarks

A PCDataModify element should conform to the DX1 specification, detailed in the Online specification document.

Methods are supplied to find out the xpath of the invalid PCDataModify element.

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

See Also