Class WebView2RuntimeNotFoundException
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
ExceptionThe 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
stringThe 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)