public TlsException (Alert alert, string message) : base (message) { this.alert = alert; }
public TlsException (Alert alert) : this (alert, alert.Description.ToString()) { }