System.Win.ComObj.EOleRegistrationError.Create

De RAD Studio API Documentation
Aller à : navigation, rechercher

C++

/* EOleSysError.Create */ inline __fastcall EOleRegistrationError(const System::UnicodeString Message, HRESULT ErrorCode, int HelpContext) : EOleSysError(Message, ErrorCode, HelpContext) { }
/* Exception.CreateFmt */ inline __fastcall EOleRegistrationError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High) : EOleSysError(Msg, Args, Args_High) { }
/* Exception.CreateRes */ inline __fastcall EOleRegistrationError(NativeUInt Ident)/* overload */ : EOleSysError(Ident) { }
/* Exception.CreateRes */ inline __fastcall EOleRegistrationError(System::PResStringRec ResStringRec)/* overload */ : EOleSysError(ResStringRec) { }
/* Exception.CreateResFmt */ inline __fastcall EOleRegistrationError(NativeUInt Ident, System::TVarRec const *Args, const int Args_High)/* overload */ : EOleSysError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EOleRegistrationError(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High)/* overload */ : EOleSysError(ResStringRec, Args, Args_High) { }
/* Exception.CreateHelp */ inline __fastcall EOleRegistrationError(const System::UnicodeString Msg, int AHelpContext) : EOleSysError(Msg, AHelpContext) { }
/* Exception.CreateFmtHelp */ inline __fastcall EOleRegistrationError(const System::UnicodeString Msg, System::TVarRec const *Args, const int Args_High, int AHelpContext) : EOleSysError(Msg, Args, Args_High, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EOleRegistrationError(NativeUInt Ident, int AHelpContext)/* overload */ : EOleSysError(Ident, AHelpContext) { }
/* Exception.CreateResHelp */ inline __fastcall EOleRegistrationError(System::PResStringRec ResStringRec, int AHelpContext)/* overload */ : EOleSysError(ResStringRec, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EOleRegistrationError(System::PResStringRec ResStringRec, System::TVarRec const *Args, const int Args_High, int AHelpContext)/* overload */ : EOleSysError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EOleRegistrationError(NativeUInt Ident, System::TVarRec const *Args, const int Args_High, int AHelpContext)/* overload */ : EOleSysError(Ident, Args, Args_High, AHelpContext) { }

Propriétés

Type Visibilité  Source Unité  Parent
constructor public System.Win.ComObj.hpp System.Win.ComObj EOleRegistrationError


Description

Crée une instance de EOleRegistrationError.

Le créateur de cette classe des exceptions accepte les mêmes paramètres que EOleSysError.

Voir aussi