COREWEBVIEW2_PROCESS_FAILED_REASON_UNEXPECTED

Specifies the process failure reason used in the ICoreWebView2ProcessFailedEventArgs interface. For process failures where a process has exited, it indicates the type of issue that produced the process exit.

Values

ValueMeaning
COREWEBVIEW2_PROCESS_FAILED_REASON_UNEXPECTED

An unexpected process failure occurred.

COREWEBVIEW2_PROCESS_FAILED_REASON_UNRESPONSIVE

The process became unresponsive. This only applies to the main frame's render process.

COREWEBVIEW2_PROCESS_FAILED_REASON_TERMINATED

The process was terminated. For example, from Task Manager.

COREWEBVIEW2_PROCESS_FAILED_REASON_CRASHED

The process crashed. Most crashes will generate dumps in the location indicated by ICoreWebView2Environment11::get_FailureReportFolderPath.

COREWEBVIEW2_PROCESS_FAILED_REASON_LAUNCH_FAILED

The process failed to launch.

COREWEBVIEW2_PROCESS_FAILED_REASON_OUT_OF_MEMORY

The process terminated due to running out of memory.

COREWEBVIEW2_PROCESS_FAILED_REASON_PROFILE_DELETED

The process exited because its corresponding profile was deleted.

Meta