type
TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;
property OnError: TScErrorEvent;
Description
This event occurs, if an error arise in the main thread of the SSH server.
Event handler is called in the same thread where the exception arose.
Parameters:
• | Sender - the object whose event handler is called; |
• | E - the object that describes the exception. |
See Also