aspnetcore.diagnostics.exception.result
Stableenumas of v1.44.0
ASP.NET Core exception middleware handling result.
Examples
- handled
- unhandled
Values (4)
handledException was handled by the exception handling middleware.unhandledException was not handled by the exception handling middleware.skippedException handling was skipped because the response had started.abortedException handling didn't run because the request was aborted.
Used by
metrics (1)
- aspnetcore.diagnostics.exceptions *
* required on that signal.
History
Already present at v1.30.0, the oldest release tracked here (stable).