Table of Contents

Class WebView2RuntimeNotFoundException

Namespace
Microsoft.Web.WebView2.Core
Assembly
Microsoft.Web.WebView2.Core.dll

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

public class WebView2RuntimeNotFoundException : Exception, ISerializable
Inheritance
WebView2RuntimeNotFoundException
Implements
Inherited Members

Constructors

WebView2RuntimeNotFoundException()

Initializes a new instance of the WebView2RuntimeNotFoundException class.

public WebView2RuntimeNotFoundException()

WebView2RuntimeNotFoundException(Exception)

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

public WebView2RuntimeNotFoundException(Exception inner)

Parameters

inner Exception

The exception that is the cause of the current exception.

WebView2RuntimeNotFoundException(string)

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

public WebView2RuntimeNotFoundException(string message)

Parameters

message string

The error message that explains the reason for the exception.

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.

public WebView2RuntimeNotFoundException(string message, Exception inner)

Parameters

message string

The error message that explains the reason for the exception.

inner Exception

The exception that is the cause of the current exception.