FireDAC.Stan.Error.EFDDBEngineException.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create; overload; override;
constructor Create(AADCode: Integer; const AMessage: String); overload;

C++

__fastcall virtual EFDDBEngineException()/* overload */;
__fastcall EFDDBEngineException(int AADCode, const System::UnicodeString AMessage)/* overload */;
/* Exception.CreateFmt */ inline __fastcall EFDDBEngineException(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : EFDException(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EFDDBEngineException(NativeUInt Ident)/* overload */ : EFDException(Ident) { }
/* Exception.CreateRes */ inline __fastcall EFDDBEngineException(System::PResStringRec ResStringRec)/* overload */ : EFDException(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EFDDBEngineException(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : EFDException(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EFDDBEngineException(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : EFDException(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EFDDBEngineException(const System::UnicodeString Msg, int AHelpContext) : EFDException(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EFDDBEngineException(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : EFDException(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EFDDBEngineException(NativeUInt Ident, int AHelpContext)/* overload */ : EFDException(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EFDDBEngineException(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EFDException(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EFDDBEngineException(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EFDException(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EFDDBEngineException(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EFDException(Ident, Args, Args_High, AHelpContext) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
FireDAC.Stan.Error.pas
FireDAC.Stan.Error.hpp
FireDAC.Stan.Error EFDDBEngineException

Description


Instancie une instance d'une exception avec une simple chaîne de message.

FireDAC.Stan.Error.EFDDBEngineException.Create hérite de System.SysUtils.Exception.Create. Tout le contenu en-dessous de cette ligne se réfère à System.SysUtils.Exception.Create.

Instancie une instance d'une exception avec une simple chaîne de message.

Appelez Create pour construire un objet exception avec une simple chaîne de message.

Msg représente la chaîne contenant le message d'erreur d'exécution à afficher dans la boîte de dialogue des exceptions. Msg peut être une chaîne codée en dur ou un appel de fonction renvoyant une chaîne.

Voir aussi