property OnError: TScErrorEvent;
type
TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;
Description
Occurs, if an error arises in the main thread of the SSL 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