const TlsException([String message = "", OSError osError = null])

Source

const TlsException([String message = "",
                    OSError osError = null])
   : this._("TlsException", message, osError);