InvalidModifiedElementException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
A modified element must contain at least one of the following: new-attributes, old-attributes or child elements.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InvalidModifiedElementException : DeltaXMLProcessingException
Remarks

A modified element must contain at least one of the following: new-attributes, old-attributes or child elements. If none of these is true, then the element has no changes - and hence is unchanged.

There are methods available to find out whether the modified element is unordered, and the xpath of the modified element.

Note: the getErrorCode() method is provided for compatibility with earlier XML Compare releases; when called with this exception the result will be: 55 or 68 depending on whether this is a ordered or unordered modified delta.

See Also