Compartir a través de


CInternetException::CInternetException

This member function is called when a CInternetException object is created.

CInternetException(
   DWORD dwError 
);

Parameters

  • dwError
    The error that caused the exception.

Remarks

To throw a CInternetException, call the MFC global function AfxThrowInternetException.

Requirements

Header: afxinet.h

See Also

Concepts

CInternetException Class

CInternetException Members

Hierarchy Chart

CException Class