DeltaXMLDitaError ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Indicates an unrecoverable error condition in the DeltaXML DITA Comparator.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Error
        com.deltaxml.dita DeltaXMLDitaError

Namespace: com.deltaxml.dita
Assembly: deltaxml-dita (in deltaxml-dita.dll) Version: 9.1.1.1000
Syntax

[SerializableAttribute]
public class DeltaXMLDitaError : Error
Remarks

Indicates an unrecoverable error condition in the DeltaXML DITA Comparator.

It is not usually possible to recover from situations that cause this error so catching it is not recommended. If it does occur, please inform us, giving details of the error message produced.

See Also