Function SocketException.this
this
(
string msg,
string file = __FILE__,
ulong line = cast(ulong)__LINE__,
object .Throwable next = null
) nothrow @nogc @safe;
Parameters
| Name | Description |
|---|---|
| msg | The message for the exception. |
| file | The file where the exception occurred. |
| line | The line number where the exception occurred. |
| next | The previous exception in the chain of exceptions, if any. |