API:System.Win.ComObj.EOleException

From RAD Studio API Documentation
Jump to: navigation, search

System.Win.ComObj.EOleSysErrorSystem.Win.ComObj.EOleErrorSystem.SysUtils.ExceptionSystem.TObjectEOleException

Delphi

EOleException = class(EOleSysError)

C++

class PASCALIMPLEMENTATION EOleException : 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

EOleSysError is the exception class for errors specific to the OLE IDispatch interface.

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

EOleSysError is the exception class for errors specific to the OLE IDispatch interface.

EOleSysError is the exception class for errors that occur during an attempt to invoke a method or property of an OLE automation object. When the IDispatch Invoke method fails, EOleSysError is raised. Objects invoked through IDispatch can return the error code—an OLE status code or SCODE—indicating the reason for the error.

See Also