Enum WebBrowserNavigationError
Types of errors that can cause navigation in the WebBrowser control to fail.
public enum WebBrowserNavigationError
Fields
Authentication required.
Invalid certificate.
Connection error (timeout, etc.)
Requested resource not found.
Another type of error that didn't fit in other categories.
Invalid request or parameters (e.g. bad URL or protocol, unsupported resource type).
Other security error.
The user cancelled (e.g. in a dialog).