Datasnap.Provider.EDSWriter.ErrorCode
[–] Properties | |
---|---|
Type: property | |
Visibility: public | |
Source: Datasnap.Provider.pas Datasnap.Provider.hpp
| |
Unit: Datasnap.Provider | |
Parent: EDSWriter |
Delphi
property ErrorCode: Integer read FErrorCode;
C++
__property int ErrorCode = {read=FErrorCode, nodefault};
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).