FireDAC.Phys.Infx.EInfxNativeException

From RAD Studio API Documentation
Jump to: navigation, search

FireDAC.Phys.ODBCWrapper.EODBCNativeExceptionFireDAC.Stan.Error.EFDDBEngineExceptionFireDAC.Stan.Error.EFDExceptionData.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObjectEInfxNativeException

Delphi

EInfxNativeException = class(EODBCNativeException)

C++

class PASCALIMPLEMENTATION EInfxNativeException : public Firedac::Phys::Odbcwrapper::EODBCNativeException

Properties

Type Visibility Source Unit Parent
class public
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
FireDAC.Phys.Infx FireDAC.Phys.Infx

Description

Class representing an Informix driver exception.

EInfxNativeException is a descendant class of EFDDBEngineException that is specifically implemented for the Informix driver. The FireDAC Informix driver raises exceptions of the EInfxNativeException class. Use this class to handle driver-specific errors.

See Also