botan ~master (2020-08-19T17:56:38Z)
Dub
Repo
TLSException
botan
tls
exceptn
Exception Base Class
static if
(
BOTAN_HAS_TLS
)
class
TLSException : Exception {
TLSAlertType
type
();
this
(TLSAlertType type, string err_msg, Throwable next, string file, int line);
}
Constructors
this
this
(TLSAlertType type, string err_msg, Throwable next, string file, int line)
Undocumented in source.
Members
Functions
type
TLSAlertType
type
()
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
botan
tls
exceptn
classes
TLSClosedException
TLSException
TLSUnexpectedMessage
Exception Base Class