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 CInternetException

CObject
   |
   +--CException
         |
         +--CInternetException

   in AFXINET.H

class CInternetException
extends CException

CInternetException


Field Summary
 DWORD m_dwContext
          
 DWORD m_dwError
          
   
Fields inherited from class CException
classCException, m_bAutoDelete
   
Fields inherited from class CObject
classCObject
 
Constructor Summary
CInternetException( DWORD dwError )
          
~CInternetException()
          
 
Method Summary
 virtual BOOL GetErrorMessage( LPTSTR lpstrError, UINT nMaxError, PUINT pnHelpContext = NULL )
          
   
Methods inherited from class CException
GetRuntimeClass, Delete, GetErrorMessage, ReportError
   
Methods inherited from class CObject
GetRuntimeClass, new, new, delete, IsSerializable, IsKindOf, Serialize
 

Field Detail

m_dwContext

public DWORD m_dwContext;

m_dwError

public DWORD m_dwError;


Constructor Detail

CInternetException

public CInternetException( DWORD dwError );

~CInternetException

public ~CInternetException();


Method Detail

GetErrorMessage

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

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