FireDAC.Phys.MongoDBWrapper.EMongoNativeException.AppendError

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AppendError(ALevel, AErrorCode: Integer; ADomain: Cardinal;  const AMessage: String; ARowIndex: Integer): TFDMongoError; overload;

C++

HIDESBASE TFDMongoError* __fastcall AppendError(int ALevel, int AErrorCode, unsigned ADomain, const System::UnicodeString AMessage, int ARowIndex)/* overload */;
inline Firedac::Stan::Error::TFDDBError* __fastcall  AppendError(void){ return Firedac::Stan::Error::EFDDBEngineException::AppendError(); }
inline Firedac::Stan::Error::TFDDBError* __fastcall  AppendError(int ALevel, int AErrorCode, const System::UnicodeString AMessage, const System::UnicodeString AObjName, Firedac::Stan::Error::TFDCommandExceptionKind AKind, int ACmdOffset, int ARowIndex){ return Firedac::Stan::Error::EFDDBEngineException::AppendError(ALevel, AErrorCode, AMessage, AObjName, AKind, ACmdOffset, ARowIndex); }

Properties

Type Visibility Source Unit Parent
function
protected
public
FireDAC.Phys.MongoDBWrapper.pas
FireDAC.Phys.MongoDBWrapper.hpp
FireDAC.Phys.MongoDBWrapper EMongoNativeException

Description


Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!