Datasnap.DSServer.TDSServer.OnError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnError: TDSErrorEvent read FErrorEvent write FErrorEvent;

C++

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

Properties

Type Visibility Source Unit Parent
event published
Datasnap.DSServer.pas
Datasnap.DSServer.hpp
Datasnap.DSServer 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.

See Also