Data.DBXCommon.TDBXError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: TDBXError

Delphi

property ErrorCode: TDBXErrorCode read FErrorCode;

C++

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

Description

TDBXErrorCode for an exception

Use ErrorCode to get the TDBXErrorCode value for an exception. See the const section of TDBXErrorCodes class for a list of common error codes with explanations.

See Also