Bde.DBTables.EDBEngineError

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEDBEngineError

Delphi

EDBEngineError = class(EDatabaseError)

C++

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

Properties

Type Visibility Source Unit Parent
class public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables Bde.DBTables

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