TIdExceptionThreadComponentEvent
Event type signalled when an exception occurs for a threaded component.
Unit
Parameters
AException
Exception triggering the event notification.
Sender
Component for the event notification.
Description
TIdExceptionThreadComponentEvent is an event type signalled when an exception is raised during execution of the thread for a
TIdCustomThreadComponent threaded component. TIdExceptionThreadComponentEvent is the event type signalled to the
TIdThreadComponent.OnException event handler.