WebView2WebErrorStatus Enumeration
List of navigation errors possible when using the WebView2 class. See WebView2NavigationCompletedEventArgs.
Namespace: elsystem.windows.forms
Enumerated Values
Name |
Value |
Description | |
CannotConnect |
12 |
Indicates that connection to the target page could not be established. | |
CertificateCommonNameIsIncorrect |
1 |
Indicates that the SSL certificate's common name does not match the web address. | |
CertificateExpired |
2 |
Indicates that the SSL certificate is expired. | |
CertificateIsInvalid |
5 |
Indicates that the SSL certificate is invalid. There are a wide variety of possible reasons that a certificate is invalid. | |
CertificateRevoked |
4 |
Indicates that the SSL certificate has been revoked. | |
ClientCertificateContainsErrors |
3 |
Indicates that the SSL client certificate has errors. | |
ConnectionAborted |
9 |
Indicates that the connection was stopped. | |
ConnectionReset |
10 |
Indicates that the connection was reset. | |
Disconnected |
11 |
Indicates that the internet connection was lost. | |
ErrorHttpInvalidServerResponse |
8 |
Indicates that the server returned an invalid response. | |
HostNameNotResolved |
13 |
Indicates that the provided host name could not be resolved. | |
OperationCanceled |
14 |
Indicates that the operation was canceled. | |
RedirectFailed |
15 |
Indicates that a request to redirect failed. | |
ServerUnreachable |
6 |
Indicates that the host is unreachable. | |
Timeout |
7 |
Indicates that the connection has timed-out. | |
UnexpectedError |
16 |
Indicates that an unexpected error occurred. | |
Unknown |
0 |
Indicates that an unknown error occurred. |