SocketSendException.this

Passthrough constructor.

class SocketSendException
pure nothrow @nogc @safe
this
(
const string msg
,
const string file = __FILE__
,
const size_t line = __LINE__
,
Throwable nextInChain = null
)