System.Win.ComObj.EOleRegistrationError.Create

From RAD Studio API Documentation
Jump to: navigation, search

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, const System::TVarRec *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, const System::TVarRec *Args, const int Args_High)/* overload */ : EOleSysError(Ident, Args, Args_High) { }
/* Exception.CreateResFmt */ inline __fastcall EOleRegistrationError(System::PResStringRec ResStringRec, const System::TVarRec *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, const System::TVarRec *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, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EOleSysError(ResStringRec, Args, Args_High, AHelpContext) { }
/* Exception.CreateResFmtHelp */ inline __fastcall EOleRegistrationError(NativeUInt Ident, const System::TVarRec *Args, const int Args_High, int AHelpContext)/* overload */ : EOleSysError(Ident, Args, Args_High, AHelpContext) { }

Properties

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

Description

Creates an instance of EOleRegistrationError.

This exception class creator accepts the same parameters as EOleSysError does.

See Also