Table of Contents

Enum WebBrowserNavigationError

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Types of errors that can cause navigation in the WebBrowser control to fail.

public enum WebBrowserNavigationError

Fields

Auth = 2

Authentication required.

Certificate = 1

Invalid certificate.

Connection = 0

Connection error (timeout, etc.)

NotFound = 4

Requested resource not found.

Other = 7

Another type of error that didn't fit in other categories.

Request = 5

Invalid request or parameters (e.g. bad URL or protocol, unsupported resource type).

Security = 3

Other security error.

UserCancelled = 6

The user cancelled (e.g. in a dialog).