Indy 9
TIdListenExceptionEvent
See Also, Unit: IdTCPServer
Specifies an event type triggered when a listener thread encounters an exception.
TIdListenExceptionEvent = procedure (AThread: TIdListenerThread; AException: Exception) of object;
Unit
IdTCPServer
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.

Created with Doc-O-Matic 2 donated to Project JEDI. Commercial license available from the Doc-O-Matic site.