FireDAC.Phys.Infx.EInfxNativeException
| [–] 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.