StdioException

Thrown if I/O errors happen.

Constructors

this
this(string message, uint e)

Initialize with a message and an error code.

Members

Static functions

opCall
void opCall()

Convenience functions that throw an StdioException.

opCall
void opCall(string msg)

Convenience functions that throw an StdioException.

Variables

errno
uint errno;

Operating system error code.

Meta