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(string msg, string file, long line)

Constructor

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

Constructor

Members

Functions

errorNumber
int errorNumber()
failedFunctionName
string failedFunctionName()

Variables

error_num
int error_num;

Error code

func_name
string func_name;

Last failed function name.

Meta