API:Vcl.Edge.EEdgeError

From RAD Studio API Documentation
Jump to: navigation, search

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

Delphi

EEdgeError = class(EOleSysError)

C++

class PASCALIMPLEMENTATION EEdgeError : public System::Win::Comobj::EOleSysError

Properties

Type Visibility Source Unit Parent
class public
Vcl.Edge.pas
Vcl.Edge.hpp
Vcl.Edge Vcl.Edge

Description

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

Vcl.Edge.EEdgeError 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