Skip to content

Fix 'unhanded' / 'occured' typos in UnhandledExceptionDialog body text#2413

Merged
cincuranet merged 1 commit into
microsoft:mainfrom
SAY-5:fix-unhandled-exception-dialog-typos
Apr 23, 2026
Merged

Fix 'unhanded' / 'occured' typos in UnhandledExceptionDialog body text#2413
cincuranet merged 1 commit into
microsoft:mainfrom
SAY-5:fix-unhandled-exception-dialog-typos

Conversation

@SAY-5
Copy link
Copy Markdown
Contributor

@SAY-5 SAY-5 commented Apr 15, 2026

src/PerfView/Dialogs/UnhandledExceptionDialog.xaml.cs body text shown to the user when PerfView surfaces an unhandled exception had two typos:

  • line 15: The fact that this exception went unhanded is a programmer errorunhandled
  • line 19: An unhanded exception occured.\r\nAn unhandled exception occurred.\r\n

Both messages are presented in a WPF dialog to end users when an unhandled exception occurs. String-literal-only changes.

src/PerfView/Dialogs/UnhandledExceptionDialog.xaml.cs body text shown
to the user when PerfView surfaces an unhandled exception had two
typos:

  * 'An unhanded exception occured.\\r\\n' (line 19)
  * 'this exception went unhanded is a programmer error' (line 15)

Both messages are presented in a WPF dialog to end users when an
unhandled exception occurs. String-literal-only changes.
@SAY-5 SAY-5 requested a review from a team as a code owner April 15, 2026 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants