System.Win.ComObj.EOleSysError
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
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.