CannotCompareDeltaException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
It is not permitted to use a delta file to the input to a comparison since a meaningful delta result cannot be produced.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class CannotCompareDeltaException : DeltaXMLProcessingException
Remarks

It is not permitted to use a delta file to the input to a comparison since a meaningful delta result cannot be produced. This exception is thrown if either input to the comparison operation is detected to be a delta file.

A systemId may be available so that the inputs can be differentiated and the faulty one located.

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

See Also