Data.DBXCommon.TDBXError

From RAD Studio API Documentation
Jump to: navigation, search

System.SysUtils.ExceptionSystem.TObjectTDBXError
[–] Properties
Type: class
Visibility: public
Source:
Data.DBXCommon.pas
Data.DBXCommon.hpp
Unit: Data.DBXCommon
Parent: Data.DBXCommon

Delphi

TDBXError = class(Exception)

C++

class PASCALIMPLEMENTATION TDBXError : public System::Sysutils::Exception

Description

Exception type for all dbExpress framework (TDBX) errors.

In general, methods in the dbExpress framework (TDBX) raise exceptions rather than return error codes. TDBXError is the exception class for all TDBX errors.

See Also