Bde.DBTables.EDBEngineError

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEDBEngineError
[–] Properties
Type: class
Visibility: public
Source:
Bde.DBTables.pas
Bde.DBTables.hpp
Unit: Bde.DBTables
Parent: Bde.DBTables

Delphi

EDBEngineError = class(EDatabaseError)

C++

class PASCALIMPLEMENTATION EDBEngineError : public Data::Db::EDatabaseError

Description

EDBEngineError is the exception class for Borland Database Engine errors.

EDBEngineError is raised whenever a BDE error occurs. Its Errors property contains TDBError objects.

When EDBEngineError exceptions are raised at design time, they appear in a special dialog (in Delphi, TDBEngineErrorDlg) that displays the complete stack of BDE errors. At runtime, unhandled EDBEngineError exceptions generate the same message box as other exceptions.

See Also