Datasnap.DSServer.TDSServer.OnError

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: event
Visibility: published
Source:
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Unit: Datasnap.DSServer
Parent: TDSServer

Delphi

property OnError: TDSErrorEvent read FErrorEvent write FErrorEvent;

C++

__property TDSErrorEvent OnError = {read=FErrorEvent, write=FErrorEvent};

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.

See Also