Datasnap.Provider.EDSWriter.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: Integer read FErrorCode;

C++

__property int ErrorCode = {read=FErrorCode, nodefault};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.Provider.pas
Datasnap.Provider.hpp
Datasnap.Provider EDSWriter

Description

Indicates the error code that this exception represents.

Use ErrorCode to determine what error gave rise to this exception. ErrorCode is the value passed to the canonical EDSWriter constructor (C++) or Create method (Delphi).

See Also