property OnError: TScErrorEvent;

type

 TScErrorEvent = procedure(Sender: TObject; E: Exception) of object;

 

Description

Occurs, if an error arose in the main thread of the HTTP 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

TScErrorCode

 

SecureBridge Components, Copyright © 2007-2024 Devart. All Rights Reserved. Provide Feedback Visit Forum Request Support