WebView2Feedback icon indicating copy to clipboard operation
WebView2Feedback copied to clipboard

API Review: ProcessId for ProcessFailedEventArgs

Open prija-microsoft opened this issue 2 months ago • 1 comments

Add ProcessId property to CoreWebView2ProcessFailedEventArgs4

This API extends ProcessFailedEventArgs to include the process ID of the failed process, enabling applications to:

  • Correlate process failures with running process data from the ProcessInfo API
  • Collect process-specific diagnostic information for logging and telemetry
  • Analyze crash dumps for specific processes
  • Better track and respond to failures in multi-renderer scenarios

The process ID is only available if the process has started and ended unexpectedly. For other failure types, the process ID value will be 0.

prija-microsoft avatar Oct 22 '25 09:10 prija-microsoft

@microsoft-github-policy-service agree company="Microsoft"

prija-microsoft avatar Nov 11 '25 09:11 prija-microsoft