Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
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
;
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.