Data.DBXCommon.TDBXError.ErrorCode

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ErrorCode: TDBXErrorCode read FErrorCode;

C++

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

Properties

Type Visibility Source Unit Parent
property public
Data.DBXCommon.pas
Data.DBXCommon.hpp
Data.DBXCommon TDBXError

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