Kevin Gosse 9/3/2024

Using Windows Error Reporting in .NET

Read Original

This technical article explains how .NET developers can use the poorly documented Windows Error Reporting (WER) API to build a crash handler for collecting application crash telemetry. It details the process of registering a handler, the advantages of OS-level crash collection over manual exception handling, and provides a step-by-step guide to creating a handler in C# using NativeAOT.

Using Windows Error Reporting in .NET

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week