IBX.IB.EIBClientError

From RAD Studio API Documentation
Jump to: navigation, search

IBX.IB.EIBErrorData.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEIBClientError

Delphi

EIBClientError            = class(EIBError);

C++

class PASCALIMPLEMENTATION EIBClientError : public EIBError

Properties

Type Visibility Source Unit Parent
class public
IBX.IB.pas
IBX.IB.hpp
IBX.IB IBX.IB

Description

EIBClientError represents a client-specific error in an InterBase Express application.

Use EIBClientError to raise an exception for client-specific errors. It is raised when an application tries to use a component improperly. For example, an EIBClientError is raised when a component can't access the database because it does not have an IBDatabase component specified, attempts to edit a read-only dataset, tries to execute an empty query, and so on.