Indy 9
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;
Unit
IdTCPServer
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.

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