type

 TScErrorEvent = procedure (Sender: TObject; E: Exception) of object;

 

property OnAsyncError: TScErrorEvent;

 

Description

The OnAsyncError event occurs when an exception is raised during asynchronous data receiving.

Sender is an object that raised the exception.

E is the exception object that describes the exception.

 

See Also

OnAsyncReceive

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support