SocketExceptionMixin mixin

class MySocketException with SocketExceptionMixin implements SocketException { 
  // Must override 
  @override 
  SocketException get socketException;
  ...
}
Implemented types

Properties

address InternetAddress?
The address of the socket giving rise to the exception.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
message String
Description of the error.
no setteroverride
osError OSError?
The underlying OS error.
no setteroverride
port int?
The port of the socket giving rise to the exception.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
socketException SocketException
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited