FireDAC.Phys.DB2.EDB2NativeException

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

EDB2NativeException = class(EODBCNativeException)

C++

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

Properties

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

Description

Class representing an IBM DB2 driver exception.

The FireDAC DB2 driver raises exceptions of the EDB2NativeException class. Use this class to handle driver-specific errors.

See Also