CoreWebView2ProcessFailedEventArgs.ProcessFailedKind 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 the kind of process failure that has occurred.
public Microsoft.Web.WebView2.Core.CoreWebView2ProcessFailedKind ProcessFailedKind { get; }
member this.ProcessFailedKind : Microsoft.Web.WebView2.Core.CoreWebView2ProcessFailedKind
Public ReadOnly Property ProcessFailedKind As CoreWebView2ProcessFailedKind
Property Value
Remarks
ProcessFailedKind
is a combination of process kind (for example, browser, renderer, gpu) and failure (exit, unresponsiveness). Renderer processes are further divided in main frame renderer (RenderProcessExited
, RenderProcessUnresponsive
) and subframe renderer (FrameRenderProcessExited
). To learn about the conditions under which each failure kind occurs, see CoreWebView2ProcessFailedKind.