CInternetException::CInternetException

CInternetException(DWORD dwError);

参数:
dwError导致异常的错误。

说明:
当一个CInternetException对象被创建时,此成员函数被调用。要产生CInternetException,可调用MFC全局函数AfxThrowInternetException。

请参阅:CException