System.Win.ComObj.EOleRegistrationError
Delphi
EOleRegistrationError = class(EOleSysError);
C++
class PASCALIMPLEMENTATION EOleRegistrationError : public EOleSysError
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | System.Win.ComObj |
Description
EOleRegistrationError is the exception class for errors that occur when registering an OLE object.
EOleRegistrationError is raised by the CreateRegKey method when it encounters an error while trying to register a COM class with the system registry.