IOException

class HPS.IOException : public HPS.Exception

The IOException class is an exception that is thrown if there was a problem during file import or export.

Public Functions

IOException ()
IOException (string message, IOResult in_result)
IOException (string message, IOResult in_result, Exception inner)

Public Members

IOResult result