gpt4 book ai didi

asp.net-web-api - IExceptionHandler 的多种实现

转载 作者:行者123 更新时间:2023-12-04 20:01:46 26 4
gpt4 key购买 nike

处理 IExceptionHandler 的多个实现的最佳方法是什么?在 WebAPI 中?

config.Services.Replace(typeof(IExceptionHandler), new ExceptionHandlerFilter());
config.Services.Add(typeof(IExceptionHandler), new ValidationExceptionHandlerFilter());

当尝试注册 1 个以上的实现时,启动会抛出异常:

The service type IExceptionHandler is not supported.\r\nParameter name: serviceType



但是 API 建议支持多个处理程序,因为有一个 ShouldHandle要覆盖的属性 ExceptionHandler类(class)。

最佳答案

您不能注册更多 IExceptionHandler

We support registering multiple exception loggers but only a single exception handler.



来源: Global Error Handling in ASP.NET Web API
ShouldHandle属性用于仅获取堆栈顶部的异常

关于asp.net-web-api - IExceptionHandler 的多种实现,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28735666/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com