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:
TlsException
Object
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
Inherited
( ) →
String
Returns a string representation of this object.