.NET & C# · ASP.NET Core
How should centralized exception handling be designed for production?
A production-ready approach is to design centralized exception handling with clear configuration, measurable behavior, and automated tests. The implementation should be justified by measurable requirements, kept as simple as the problem allows, and validated with realistic tests, telemetry, failure handling, and documented tradeoffs.