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