TIdListenExceptionEvent
Specifies an event type triggered when a listener thread encounters an exception.
TIdListenExceptionEvent = procedure (AThread: TIdListenerThread; AException: Exception) of object;
Unit
Parameters
AException
The exception raised in the lister thread.
AThread
The listener thread generating the exception.
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.