home     download     screen shots     bugs     mailing list     example output     generated MFC docs     help     tools and utilities


 Overview   Project   Class   Tree   Index 
MFC Class Library
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

MFC
Class COleException

CObject
   |
   +--CException
         |
         +--COleException

   in AFXDISP.H

class COleException
extends CException

COleException - unexpected or rare OLE error returned


Field Summary
 SCODE m_sc
          
   
Fields inherited from class CException
classCException, m_bAutoDelete
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
COleException()
          
virtual ~COleException()
          
 
Method Summary
 virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = NULL )
          
 static SCODE PASCAL Process( const CException* pAnyException )
          
   
Methods inherited from class CException
GetRuntimeClass, Delete, GetErrorMessage, ReportError
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_sc

public SCODE m_sc;


Constructor Detail

COleException

public COleException();

~COleException

public virtual ~COleException();


Method Detail

GetErrorMessage

public virtual BOOL GetErrorMessage( LPTSTR lpszError, UINT nMaxError, PUINT pnHelpContext = NULL );

Process

public static SCODE PASCAL Process( const CException* pAnyException );

 Overview   Project   Class   Tree   Index 
MFC Class Library
CppDoc v2.3.1
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD