SerializationException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Indicates a problem with writing the comparison result.
Inheritance Hierarchy

System Object
  System Exception
    Throwable
      Exception
        com.deltaxml.dita DeltaXMLDitaException
          com.deltaxml.dita SerializationException

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

[SerializableAttribute]
public class SerializationException : DeltaXMLDitaException
Remarks

Indicates a problem with writing the comparison result.

Compare methods that produce a serialized result can throw this Exception if there is an error in writing that result.

See the underlying cause for more details.

See Also