SocketOSException

Socket exception 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)

Members

Variables

errorCode
int errorCode;

Platform-specific error code.

Meta