Represents an event signalled when an exception occurs during TIdListenerThread execution.
TIdListenExceptionEvent = procedure (AThread: TIdListenerThread; AException: Exception) of object;
Parameters |
Description |
AThread |
Listener thread for the exception. |
AException |
Captured and re-raised in the listener thread. |
TIdListenExceptionEvent is the type used to represent the event handlers property signalled when an exception occurs during execution of a TIdListenerThread instance for TIdTCPServer.
AThread is the listener thread in the TCP server raising the exception.
AException is the exception captured in the listener thread, and passed the event handler.
TIdListenExceptionEvent is the type used to represent the TIdTCPServer.OnListenException event handler.
TIdCustomTCPServer.OnListenEception
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|