type
TScErrorEvent = procedure (Sender: TObject; E: Exception) of object;
property OnAsyncError: TScErrorEvent;
Description
Occurs when an exception is raised during asynchronous data receiving.
Sender is the object that raised the exception. E is the exception object that describes the exception.
See Also