Internet Direct (Indy) Version 9.0.1 Beta
Content
|
Index
|
Reference
TIdServerThreadExceptionEvent
See Also
,
Unit: IdTCPServer
Specifies an event type triggered when a connection in a peer thread raises an exception.
TIdServerThreadExceptionEvent =
procedure
(AThread: TIdPeerThread; AException: Exception)
of
object
;
Description
TIdServerThreadExceptionEvent specifies an event type triggered when a connection in a peer thread raises an exception. TIdServerThreadExceptionEvent is the event type signalled to the
TIdTCPServer.OnException
event handler.