Event handler signalled when an exception occurs during execution of the client connection.
TIdServerThreadExceptionEvent = procedure (AContext:TIdContext; AException: Exception) of object;
Parameters |
Description |
AContext |
Client connection generating the exception. |
AException |
Exception trapped during execution of the client connection task. |
TIdServerThreadExceptionEvent is the type used to represent the event handler signalled when an exception occurs during execution of the TIdContext for a client connection.
TIdServerThreadExceptionEvent is the type used to represent the TIdTCPServer.OnException property.
Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved. Website http://www.indyproject.org. Post feedback to the Indy Documentation newsgroup. |