Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Handles exceptions specific to the OLE IDispatch interface, which is a key part of OLE automation.
class COleDispatchException : public CException
Members
Public Data Members
Name |
Description |
|---|---|
Help context for error. |
|
Verbal error description. |
|
Help file to use with m_dwHelpContext. |
|
Application that generated the exception. |
|
IDispatch-specific error code. |
Remarks
Like the other exception classes derived from the CException base class, COleDispatchException can be used with the THROW, THROW_LAST, TRY, CATCH, AND_CATCH, and END_CATCH macros.
In general, you should call AfxThrowOleDispatchException to create and throw a COleDispatchException object.
For more information on exceptions, see the articles Exception Handling (MFC) and Exceptions: OLE Exceptions.
Inheritance Hierarchy
COleDispatchException
Requirements
Header: afxdisp.h