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