type
TScClientError = procedure(Sender: TObject; ClientInfo: TScSSHClientInfo; E: Exception) of object;
property OnClientError: TScClientError;
Description
The OnClientError event occurs on errors that arise in an SSH client thread.
The event handler is called in the thread in which the Exception arose.
Parameters:
• | Sender - the object whose event handler is called; |
• | ClientInfo - holds the information about the current connection; |
• | E - the object that describes the exception. |