ComparisonException ClassXML Compare .NET API Documentation
XML Compare .NET API Documentation - DEPRECATED
Indicates a problem during the comparison stage of the pipeline.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.api DeltaXMLException
          com.deltaxml.core PipelinedComparatorException
            com.deltaxml.cores9api PipelinedComparatorS9Exception
              com.deltaxml.cores9api ComparisonException

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

[SerializableAttribute]
public class ComparisonException : PipelinedComparatorS9Exception
Remarks

Indicates a problem during the comparison stage of the pipeline.

This exception is thrown when the underlying com.deltaxml.api.XMLComparator signals an exception or error in its processing. The nested cause will typically be a com.deltaxml.api.DeltaXMLProcessingException.

See Also