System.Win.ComObj.EOleError
Delphi
EOleError = class(Exception);
C++
class PASCALIMPLEMENTATION EOleError : public System::Sysutils::Exception
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | System.Win.ComObj.pas System.Win.ComObj.hpp |
System.Win.ComObj | System.Win.ComObj |
Description
EOleError is the exception class for low-level OLE errors.
EOleError is raised when the system returns a non-zero HRESULT involving low-level OLE errors or and old OLE 2 errors. The library checks for, but does not generate, these exceptions.