File.IOException

Exception class thrown on errors.

Members

Functions

set
typeof(this) set(cstring file_path, int error_num, istring func_name, istring msg, istring file, long line)

Sets the exception instance.

Mixins

ReusableImpl
mixin ReusableExceptionImplementation!() ReusableImpl
Undocumented in source.

Inherited Members

From IOException

error_num
int error_num;

Error code

func_name
istring func_name;

Last failed function name.

errorNumber
int errorNumber()
failedFunctionName
istring failedFunctionName()

Meta