CoreWebView2ProcessFailedEventArgs.FrameInfosForFailedProcess Property

Definition

Gets the collection of CoreWebView2FrameInfos for frames in the CoreWebView2 that were being rendered by the failed process.

public System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2FrameInfo> FrameInfosForFailedProcess { get; }
member this.FrameInfosForFailedProcess : System.Collections.Generic.IReadOnlyList<Microsoft.Web.WebView2.Core.CoreWebView2FrameInfo>
Public ReadOnly Property FrameInfosForFailedProcess As IReadOnlyList(Of CoreWebView2FrameInfo)

Property Value

Remarks

The content in these frames is replaced with an error page. This is only available when ProcessFailedKind is FrameRenderProcessExited; the returned collection is empty for all other process failure kinds, including the case in which the failed process was the renderer for the main frame and subframes within it, for which the failure kind is RenderProcessExited.

Applies to