TlsException constructor

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

Implementation

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