XML Compare .NET API Documentation - DEPRECATED
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
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 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
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