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.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|