TlsAlertException.this

this(string msg, ubyte level, ubyte description, string file = __FILE__, size_t line = __LINE__, Throwable next = null)

Constructs a TLS alert exception.

Parameters

msgThe error message.
levelThe TLS alert level.
descriptionThe TLS alert description code.
fileSource file where the exception was thrown.
lineLine number where the exception was thrown.
nextOptional chained exception.