type
TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;
property OnException: TScErrorEvent;
Description
Occurs when an error arises in the main thread of the TCP server.
The event handler is called in the thread where the exception has been generated.
Parameters:
• | Sender - the object whose event handler is called; |
• | E - the object that describes the exception. |