InputLoadException ClassDeltaXML DITA Compare .NET API Documentation
DeltaXML DITA Compare .NET API Documentation
Indicates that an input could not be loaded.
Inheritance Hierarchy

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

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

[SerializableAttribute]
public class InputLoadException : DeltaXMLDitaException
Remarks

Indicates that an input could not be loaded.

An InputLoadException is thrown by compare methods that need to load and parse the input documents to compare. Either of these operations could result in errors, in which case this Exception is thrown.

See the underlying cause for more information.

See Also