FireDAC.Phys.TData.ETDataNativeException

From RAD Studio API Documentation

ETDataNativeExceptionFireDAC.Phys.ODBCWrapper.EODBCNativeExceptionFireDAC.Stan.Error.EFDDBEngineExceptionFireDAC.Stan.Error.EFDExceptionData.DB.EDatabaseErrorSystem.SysUtils.ExceptionSystem.TObject

Delphi

ETDataNativeException = class(EODBCNativeException)

C++

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

Properties

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

Description

ETDataNativeException class that represents a Teradata driver exception.

Use this class to handle driver-specific errors.

See Also