ASP.NET Core: Exception Filter
Exception Filters (IExceptionFilter, IAsyncExceptionFilter) are a specialized type of MVC filter designed to catch unhandled exceptions that occur strictly during the execution of a Controller Action or its Action Filters.
Unlike global middleware (w...
aspnetcore.hashnode.dev6 min read