type
TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;
property OnError: TScErrorEvent;
Description
Occurs with local port forwarding if an error arose in the listening thread.
Sender is the object that raised the exception. E is the exception object that describes the exception.
See Also