Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Hinweis
To call this function, your project must include AFXINET.H.
Requirements
Header: afxinet.h