WebView2RuntimeNotFoundException Class

Definition

The exception that is thrown when an WebView2 Runtime installation is missing.

[System.Serializable]
public class WebView2RuntimeNotFoundException : Exception
[<System.Serializable>]
type WebView2RuntimeNotFoundException = class
    inherit Exception
Public Class WebView2RuntimeNotFoundException
Inherits Exception
Inheritance
WebView2RuntimeNotFoundException
Attributes

Constructors

WebView2RuntimeNotFoundException()

Initializes a new instance of the WebView2RuntimeNotFoundException class.

WebView2RuntimeNotFoundException(Exception)

Initializes a new instance of the WebView2RuntimeNotFoundException class with a reference to the inner exception that is the cause of this exception.

WebView2RuntimeNotFoundException(String)

Initializes a new instance of the WebView2RuntimeNotFoundException class with a specified error message.

WebView2RuntimeNotFoundException(String, Exception)

Initializes a new instance of the WebView2RuntimeNotFoundException class with a specified error message and a reference to the inner exception that is the cause of this exception.

Applies to