AfxThrowInternetException

Throws an Internet exception.

void AFXAPI AfxThrowInternetException( 
   DWORD dwContext, 
   DWORD dwError = 0  
);

Parameters

  • dwContext
    The context identifier for the operation that caused the error. The default value of dwContext is specified originally in CInternetSession and is passed to CInternetConnection- and CInternetFile-derived classes. For specific operations performed on a connection or a file, you usually override the default with a dwContext of your own. This value then is returned to CInternetSession::OnStatusCallback to identify the specific operation's status. For more information on context identifiers, see the article Internet First Steps: WinInet.

  • dwError
    The error that caused the exception.

Remarks

You are responsible for determining the cause based on the operating-system error code.

Note

To call this function, your project must include AFXINET.H.

Requirements

Header: afxinet.h

See Also

Concepts

MFC Macros and Globals

Reference

CInternetException Class

THROW (MFC)