UnexpectedDeltaAttributeException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
When inside an added or deleted sub-tree, an element should not contain a delta attribute.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class UnexpectedDeltaAttributeException : DeltaXMLProcessingException
Remarks

When inside an added or deleted sub-tree, an element should not contain a delta attribute.

There is a method to retrieve the xpath of the element that has an unexpected delta.

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

See Also