- indexing
- title: "Exceptions that may be raised during socket operations"
- project: "Visual Eiffel Library"
- revision: "$Revision: 1.1 $"
- copyright: "Copyright (C) 1996-2005 Object Tools Group"
- license: "http://visual-eiffel.com/license"
- cluster: sockets
class ESL_SOCKETS_EXCEPTIONS
- inherit
-
EXCEPTIONS
- end
- feature -- Exception codes
-
E_socket_creation_exception: INTEGER
-
E_socket_accept_exception: INTEGER
-
E_socket_bind_exception: INTEGER
-
E_socket_connect_exception: INTEGER
-
E_socket_listen_exception: INTEGER
-
E_socket_send_exception: INTEGER
-
E_socket_receive_exception: INTEGER
-
E_socket_select_exception: INTEGER
-
E_timeout_expired_exception: INTEGER
-
E_unknown_host_exception: INTEGER
end -- class ESL_SOCKETS_EXCEPTIONS