API:FireDAC.Stan.Error.EFDDBEngineException

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Stan.Error.EFDExceptionData.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEFDDBEngineException

Delphi

EFDDBEngineException = class(EFDException)

C++

class PASCALIMPLEMENTATION EFDDBEngineException : public EFDException

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.

FireDAC.Stan.Error.EFDDBEngineException inherits from FireDAC.Stan.Error.EFDException. All content below this line refers to FireDAC.Stan.Error.EFDException.


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