CoreWebView2ProcessFailedEventArgs.ProcessDescription Property

Definition

Gets a description of the failing process, assigned by the WebView2 Runtime.

public string ProcessDescription { get; }
member this.ProcessDescription : string
Public ReadOnly Property ProcessDescription As String

Property Value

Remarks

This is a technical English term appropriate for logging or development purposes, and not localized for the end user. It applies to utility processes (for example, "Audio Service", "Video Capture") and plugin processes (for example, "Flash"). The returned string is empty if the WebView2 Runtime did not assign a description to the process.

Applies to