DSServer.TDSServer.OnError
From RAD Studio VCL Reference
Delphi Information
From DSServer.pas
property OnError: TDSErrorEvent read FErrorEvent write FErrorEvent;
Unit: DSServer
Type: event
Visibility: published
Member Of: TDSServer
Description
Occurs when exceptions are raised during execution of server method.
Use this event to receive notification of exceptions that are raised during the execution of a server method.