OrderlessDeltaMismatchException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
In the orderless combination algorithm, all elements which are added, deleted or modified must have corresponding elements in the non-delta input.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class OrderlessDeltaMismatchException : DeltaXMLProcessingException
Remarks

In the orderless combination algorithm, all elements which are added, deleted or modified must have corresponding elements in the non-delta input. This exception is thrown when the corresponding item cannot be located in the non-delta input.

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

See Also