TlsException.this
this
(string msg, string file = __FILE__, size_t line = __LINE__,
Throwable next = null)Constructs a TLS exception.
Parameters
msg | The error message. |
file | Source file where the exception was thrown. |
line | Line number where the exception was thrown. |
next | Optional chained exception. |