property OnSessionError: TScSessionError;
type
TScSessionError = procedure(Sender: TObject; ServerConnection: TScSSLServerConnection; E: Exception) of object;
Description
Occurs if an error arose in the any connection.
Sender is the SSL server that raised the exception. ServerConnection - connection that raised the exception. E is the exception object that describes the exception.