SocketError

Undocumented in source.

Constructors

this
this(ISelectable conduit)

Constructor

Members

Functions

assertExSock
void assertExSock(bool ok, istring msg, istring file, int line)

Throws this instance if ok is false.

error_code
int error_code()
setSock
typeof(this) setSock(int errnum, istring msg, istring file, int line)

Queries and resets errno and sets the exception parameters.

setSock
typeof(this) setSock(istring msg, istring file, int line)

Queries and resets errno and sets the exception parameters.

Inherited Members

From IOError

error_code
int error_code()

Obtains the current error code of the underlying device of the conduit.

checkDeviceError
void checkDeviceError(istring msg, istring file, int line)

Checks the error state of the underlying device of the conduit and throws this instance on error.

Meta