SocketException

$(D_PSYMBOL SocketException) should be thrown only if one of the socket functions returns -1 or $(D_PSYMBOL SOCKET_ERROR) and sets $(D_PSYMBOL errno), because $(D_PSYMBOL SocketException) relies on the $(D_PSYMBOL errno) value.

Constructors

this
this(string msg, string file, size_t line, Throwable next)

Members

Variables

error
SocketError error;
Undocumented in source.

Meta