Dart API Reference
dart:io
TlsException
TlsException
class
A secure networking exception caused by a failure in the TLS/SSL protocol.
A secure networking exception caused by a failure in the TLS/SSL protocol.
Implements
IOException
Implemented by
CertificateException
HandshakeException
Constructors
TlsException
([
String
message
=
""
,
OSError
osError
=
null
])
const
Instance Properties
type
String
read-only
message
String
read-only
osError
OSError
read-only
Instance Methods
toString
(
) →
String
Returns a string representation of this object.