EOleError is the exception class for low-level OLE errors.
EOleError = class(Exception);
class EOleError : public Exception;
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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
|
What do you think about this topic? Send feedback!
|