Event handler for exceptions raised in a peer thread.
property OnException: TIdServerThreadExceptionEvent;
OnException is a TIdServerThreadExceptionEvent property that represents the event handler signalled when an Exception is raised during execution of a task for a client connection.
Applications must assign a procedure to the event handler to allow a response to the event notification.
Is this still needed? It does not appear to be used in the current code.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|