UnexpectedNewAttributesException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
In DX1, an attribute called new-attribute is used to store the deleted or, in the case of a modified attribute, the old value.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class UnexpectedNewAttributesException : DeltaXMLProcessingException
Remarks

In DX1, an attribute called new-attribute is used to store the deleted or, in the case of a modified attribute, the old value. An new-attribute should only be supplied on modified elements.

A method is supplied to find out the xpath of the element which incorrectly contains a new-attribute.

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

See Also