SocketFeatureException

Socket exception representing attempts to use network capabilities not available on the current system.

@safe
class SocketFeatureException : SocketException {}

Mixed In Members

From mixin basicExceptionCtors

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

Meta