CInternetException Class

表示异常条件与Internet操作相关。

class CInternetException : public CException

成员

公共构造函数

名称

说明

CInternetException::CInternetException

构造 CInternetException 对象。

公共数据成员

名称

说明

CInternetException::m_dwContext

上下文关联的值导致异常的操作。

CInternetException::m_dwError

导致异常的错误。

备注

CInternetException 选件类包含两个公共数据成员:一对错误代码负都具有关联的异常,同时,其他保留Internet应用程序的上下文标识符与该错误。

有关Internet应用程序的上下文标识符的更多信息,请参见文章 编程时WinInet的Internet

继承层次结构

CObject

CException

CInternetException

要求

Header: afxinet.h

请参见

参考

CException Class

层次结构图

CException Class