首页 > TAG信息列表 > errorResponse

.NET CORE全局异常处理(自定义过滤器 ExceptionFilterAttribute、自定义中间件)

1、自定义中间件处理异常(推荐) 参考:https://www.csframework.com/archive/1/arc-1-20211230-4180.htm using System.Net; using System.Text.Json; using ExceptionHandling.Models.Responses; namespace ExceptionHandling.Middlewares; public class ExceptionHandlingMiddl