InvalidDeltaValueException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
In DX1, a delta attribute should have one of the following values; "add", "delete", "WFmodify", "WFUmodify" or "unchanged".
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InvalidDeltaValueException : DeltaXMLProcessingException
Remarks

In DX1, a delta attribute should have one of the following values; "add", "delete", "WFmodify", "WFUmodify" or "unchanged".

Methods are supplied to find out the xpath of the element with an invalid delta attribute and the value of the invalid attribute

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

See Also