FireDAC.Stan.Error.EFDException

From RAD Studio API Documentation
Jump to: navigation, search

Data.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEFDException

Delphi

EFDException = class(EDatabaseError)

C++

class PASCALIMPLEMENTATION EFDException : public Data::Db::EDatabaseError

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error FireDAC.Stan.Error

Description

EFDException is the base exception class for all FireDAC exceptions.

The EFDException class is used as the base class for the EFDDBEngineException class (DBMS-specific errors) and as a class for all DBMS unspecific errors.

See Also