IBX.IB.EIBError
Delphi
EIBError = class(EDatabaseError)
C++
class PASCALIMPLEMENTATION EIBError : public Data::Db::EDatabaseError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | IBX.IB.pas IBX.IB.hpp |
IBX.IB | IBX.IB |
Description
EIBError is the exception class for InterBase errors.
Use EIBError to raise an exception when a component detects an error in the database or in the component implementation. EIBError is the base class for all errors that arise in the use of InterBase Express. Its descendants represent specific types of errors, and include EIBClientError, EIBInterBaseError, and EIBInterBaseRoleError.