Vcl.Edge.EEdgeError.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

constructor Create(const Message: UnicodeString; ErrorCode: HRESULT);

C++

__fastcall EEdgeError(const System::UnicodeString Message, HRESULT ErrorCode);
__fastcall EEdgeError(System::PResStringRec ResStringRec, HRESULT ErrorCode);
/* Exception.CreateFmt */ inline __fastcall EEdgeError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High) : System::Win::Comobj::EOleSysError(Msg, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EEdgeError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High)/* overload */ : System::Win::Comobj::EOleSysError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EEdgeError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High)/* overload */ : System::Win::Comobj::EOleSysError(ResStringRec, Args, Args_High) { }
/* Exception.CreateFmtHelp */ inline __fastcall EEdgeError(const System::UnicodeString Msg, const System::TVarRec *Args, const int Args_High, int AHelpContext) : System::Win::Comobj::EOleSysError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EEdgeError(NativeUInt Ident, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(Ident, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EEdgeError(System::PResStringRec ResStringRec, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EEdgeError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : System::Win::Comobj::EOleSysError(Ident, Args, Args_High, AHelpContext) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge EEdgeError

Description

Create crée un objet EOleSysError.

Vcl.Edge.EEdgeError.Create hérite de System.Win.ComObj.EOleSysError.Create. Tout le contenu en-dessous de cette ligne se réfère à System.Win.ComObj.EOleSysError.Create.

Create crée un objet EOleSysError.

Create appelle SysErrorMessage pour transformer le code d'erreur OLE, ErrorCode, en une chaîne de message transmise au constructeur hérité. EOleSysError initialise la propriété ErrorCode avec la chaîne ErrorCode.

Voir aussi