SocketOSException.this
this
(string msg,
string file = __FILE__,
size_t line = __LINE__,
Throwable next = null,
int err = _lasterr(),
string function(int) @trusted errorFormatter = & formatSocketError)No documentation available for this declaration.
this
(string msg,
Throwable next,
string file = __FILE__,
size_t line = __LINE__,
int err = _lasterr(),
string function(int) @trusted errorFormatter = & formatSocketError)No documentation available for this declaration.
this
(string msg,
int err,
string function(int) @trusted errorFormatter = & formatSocketError,
string file = __FILE__,
size_t line = __LINE__,
Throwable next = null)No documentation available for this declaration.