WebView2WebErrorStatus Enumeration

List of navigation errors possible when using the WebView2 class. See WebView2NavigationCompletedEventArgs.

Namespace: elsystem.windows.forms

Enumerated Values
  Name

Value

Description
Public property CannotConnect

12

Indicates that connection to the target page could not be established.
Public property CertificateCommonNameIsIncorrect

1

Indicates that the SSL certificate's common name does not match the web address.
Public property CertificateExpired

2

Indicates that the SSL certificate is expired.
Public property CertificateIsInvalid

5

Indicates that the SSL certificate is invalid. There are a wide variety of possible reasons that a certificate is invalid.
Public property CertificateRevoked

4

Indicates that the SSL certificate has been revoked.
Public property ClientCertificateContainsErrors

3

Indicates that the SSL client certificate has errors.
Public property ConnectionAborted

9

Indicates that the connection was stopped.
Public property ConnectionReset

10

Indicates that the connection was reset.
Public property Disconnected

11

Indicates that the internet connection was lost.
Public property

ErrorHttpInvalidServerResponse

8

Indicates that the server returned an invalid response.
Public property HostNameNotResolved

13

Indicates that the provided host name could not be resolved.
Public property OperationCanceled

14

Indicates that the operation was canceled.
Public property RedirectFailed

15

Indicates that a request to redirect failed.
Public property ServerUnreachable

6

Indicates that the host is unreachable.
Public property Timeout

7

Indicates that the connection has timed-out.
Public property UnexpectedError

16

Indicates that an unexpected error occurred.
Public property Unknown

0

Indicates that an unknown error occurred.