Dart API Reference
dart:io
HandshakeException
HandshakeException
class
An exception that happens in the handshake phase of establishing a secure network connection.
An exception that happens in the handshake phase of establishing a secure network connection.
Extends
Object
TlsException
HandshakeException
Constructors
HandshakeException
([
String
message
=
""
,
OSError
osError
=
null
])
const
Instance Properties
type
String
Inherited
read-only
message
String
Inherited
read-only
osError
OSError
Inherited
read-only
Instance Methods
toString
(
) →
String
Inherited
Returns a string representation of this object.