HostException

Class for exceptions thrown from an InternetHost.

@safe
class HostException : 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