Datasnap.DBClient.EReconcileError.Create

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

constructor Create(NativeError, Context: string;  ErrorCode, PreviousError: DBResult);

C++

__fastcall EReconcileError(System::UnicodeString NativeError, System::UnicodeString Context, System::Word ErrorCode, System::Word PreviousError);
/* Exception.CreateFmt */ inline __fastcall EReconcileError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : EDBClient(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EReconcileError(NativeUInt Ident)/* overload */ : EDBClient(Ident) { }
/* Exception.CreateRes */ inline __fastcall EReconcileError(System::PResStringRec ResStringRec)/* overload */ : EDBClient(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EReconcileError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : EDBClient(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EReconcileError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : EDBClient(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EReconcileError(const System::UnicodeString Msg, int AHelpContext) : EDBClient(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EReconcileError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EDBClient(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EReconcileError(NativeUInt Ident, int AHelpContext)/* overload */ : EDBClient(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EReconcileError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EDBClient(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EReconcileError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EDBClient(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EReconcileError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EDBClient(Ident, Args, Args_High, AHelpContext) { }

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
constructor public
Datasnap.DBClient.pas
Datasnap.DBClient.hpp
Datasnap.DBClient EReconcileError

Beschreibung

Erzeugt und initialisiert eine Instanz von EReconcileError.

Create erstellt ein EReconcileError-Objekt.

NativeError ist die Laufzeit-Fehlermeldung, die im Exception-Dialogfeld angezeigt wird.

Context stellt Kontextinformationen über den aufgetretenen Fehler bereit. Wenn keine Kontextinformationen vorhanden sind, ist Context nil (Delphi) bzw. NULL (C++). Mit dem Parameter Context wird die Eigenschaft Context initialisiert.

ErrorCode ist der vom zugrunde liegenden Datenbank-Zugriffsmechanismus (BDE, ADO oder dbExpress) zurückgegebene Fehlercode. Nicht allen Exceptions ist ein Fehlercode zugewiesen. In diesem Fall enthält der Parameter ErrorCode 0.

PreviousError ist der Fehlecode des letzten Fehlers beim Eintragen der Aktualisierungen im aktuellen Prozess. Wenn der letzten Exception kein Fehlercode zugewiesen war, ist PreviousError 0.