CoreWebView2ProcessFailedEventArgs.ProcessDescription Property
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.
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.