SocketAcceptException

Class for exceptions 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)

Meta

Suggestion Box / Bug Report