API:System.Win.ComObj.EOleSysError

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.EOleErrorSystem.SysUtils.ExceptionSystem.TObjectEOleSysError

Delphi

EOleSysError = class(EOleError)

C++

class PASCALIMPLEMENTATION EOleSysError : public EOleError

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.

System.Win.ComObj.EOleSysError inherits from System.Win.ComObj.EOleError. All content below this line refers to System.Win.ComObj.EOleError.

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.

See Also