RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
EOleError Class

EOleError is the exception class for low-level OLE errors.

Pascal
EOleError = class(Exception);
C++
class EOleError : public Exception;

ComObj

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!