COleException

A COleException object represents an exception condition related to an ActiveX or Automation operation. The COleException class includes a public data member that holds the status code indicating the reason for the exception. Generally, you should not create a COleException object directly; instead, you should call AfxThrowOleException.

At a Glance

Header file: Afxdisp.h
Platforms:
Versions: 2.0 and later
Complete documentation Visual C++ documentation

See Also

COleException Member Functions, COleException Data Members, Exception Classes, AfxThrowOleException