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
[–] Properties
Type: class
Visibility: public
Source:
FireDAC.Phys.Infx.pas
FireDAC.Phys.Infx.hpp
Unit: FireDAC.Phys.Infx
Parent: FireDAC.Phys.Infx

Delphi

EInfxNativeException = class(EODBCNativeException)

C++

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

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