SocketOSException

Socket exceptions representing network errors reported by the operating system.

Constructors

this
this(string msg, string file, size_t line, Throwable next, int err, string function(int) @(trusted) errorFormatter)
this
this(string msg, Throwable next, string file, size_t line, int err, string function(int) @(trusted) errorFormatter)
this
this(string msg, int err, string function(int) @(trusted) errorFormatter, string file, size_t line, Throwable next)

Meta

Suggestion Box / Bug Report