SocketAcceptException

Exception thrown by Socket.accept.

@safe
class SocketAcceptException : SocketOSException {}

Mixed In Members

From mixin socketOSExceptionCtors

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

Inherited Members

From SocketOSException

errorCode
int errorCode;

Platform-specific error code.

Meta