Internet Direct (Indy) Version 9.0.2 Beta
TIdListenExceptionEvent
Specifies an event type triggered when a listener thread encounters an exception.

TIdListenExceptionEvent = procedure (AThread: TIdListenerThread; AException: Exception) of object;
Description
TIdListenExceptionEvent specifies an event type triggered when a listener thread encounters an exception. TIdListenExceptionEvent is the event type signalled to the TIdTCPServer.OnListenException event handler.