The collection of FrameInfos for frames in the ICoreWebView2 that were
being rendered by the failed process. The content in these frames is
replaced with an error page.
This is only available when ProcessFailedKind is
COREWEBVIEW2_PROCESS_FAILED_KIND_FRAME_RENDER_PROCESS_EXITED;
frames is null 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
COREWEBVIEW2_PROCESS_FAILED_KIND_RENDER_PROCESS_EXITED.
The collection of FrameInfos for frames in the ICoreWebView2 that were being rendered by the failed process. The content in these frames is replaced with an error page. This is only available when ProcessFailedKind is COREWEBVIEW2_PROCESS_FAILED_KIND_FRAME_RENDER_PROCESS_EXITED; frames is null 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 COREWEBVIEW2_PROCESS_FAILED_KIND_RENDER_PROCESS_EXITED.