SocketException

$(D_PSYMBOL SocketException) should be thrown only if one of the socket functions $(D_PSYMBOL socketError) 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
ErrorCode.ErrorNo error;
Undocumented in source.

Meta