IOException

The basic exception thrown by the ocean.io package. One should try to ensure that all Tango exceptions related to IO are derived from this one.

Constructors

this
this(istring msg, istring file, long line)

Constructor

this
this(istring msg, int error_num, istring func_name, istring file, long line)

Constructor

Members

Functions

errorNumber
int errorNumber()
failedFunctionName
istring failedFunctionName()

Variables

error_num
int error_num;

Error code

func_name
istring func_name;

Last failed function name.

Meta