CoreWebView2ProcessFailedEventArgs 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.
Event args for the ProcessFailed event.
public class CoreWebView2ProcessFailedEventArgs
public class CoreWebView2ProcessFailedEventArgs : EventArgs
type CoreWebView2ProcessFailedEventArgs = class
type CoreWebView2ProcessFailedEventArgs = class
inherit EventArgs
Public Class CoreWebView2ProcessFailedEventArgs
Public Class CoreWebView2ProcessFailedEventArgs
Inherits EventArgs
- Inheritance
-
CoreWebView2ProcessFailedEventArgs
- Inheritance
-
CoreWebView2ProcessFailedEventArgs
Properties
ExitCode |
Gets the exit code of the failing process, for telemetry purposes. |
FailureSourceModulePath |
When ProcessFailed occurred due to a failed Code Integrity check, this property returns the full path of the file that was prevented from loading on the system. |
FrameInfosForFailedProcess |
Gets the collection of CoreWebView2FrameInfos for frames in the CoreWebView2 that were being rendered by the failed process. |
ProcessDescription |
Gets a description of the failing process, assigned by the WebView2 Runtime. |
ProcessFailedKind |
Gets the kind of process failure that has occurred. |
Reason |
Gets the reason for the process failure. |