TIdServerThreadExceptionEvent
Specifies an event type triggered when a connection in a peer thread raises an exception.
TIdServerThreadExceptionEvent = procedure (AThread: TIdPeerThread; AException: Exception) of object;
Unit
Parameters
AException
Exception raised in the peer thread of execution.
AThread
Peer thread connection raising the exception.
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.