CoreWebView2ProcessFailedEventArgs Class

Definition

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.

Applies to