FreeFireSocketException class

Exception thrown when there is an error related to the FreeFireSocket.

This exception extends SocketException and provides additional context specific to the FreeFire package.

Inheritance

Constructors

FreeFireSocketException(String message)
Constructs a FreeFireSocketException with the specified error message.

Properties

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

Methods

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

Operators

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