WebView2RuntimeNotFoundException Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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, 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. |
WebView2RuntimeNotFoundException(String) |
Initializes a new instance of the WebView2RuntimeNotFoundException class with a specified error message. |