HandshakeException class - dart:io library (original) (raw)
An exception that happens in the handshake phase of establishing a secure network connection.
Inheritance
- Object
- TlsException
- HandshakeException
Constructors
HandshakeException([String message = "", OSError? osError])
const
Properties
The hash code for this object.
no setterinherited
finalinherited
finalinherited
A representation of the runtime type of the object.
no setterinherited
finalinherited
Methods
noSuchMethod(Invocation invocation)→ dynamic
Invoked when a nonexistent method or property is accessed.
inherited
A string representation of this object.
inherited
Operators
operator ==(Object other)→ bool
The equality operator.
inherited