gpt4 book ai didi

.net - Web API 中的异常日志记录

转载 作者:行者123 更新时间:2023-12-03 07:59:48 25 4
gpt4 key购买 nike

如果存在 IExceptionLogger ,为什么异常日志记录 ( IExceptionFilter ) 的概念永远存在框架中的接口(interface)?

最佳答案

今天,Web API 中没有简单的方法来全局记录或处理错误。一些未处理的异常可以通过异常过滤器处理,但有很多情况是异常过滤器无法处理的。例如:

Exceptions thrown from controller constructors
Exceptions thrown from message handlers
Exceptions thrown during routing
Exceptions thrown during response content serialization

更多 here

关于.net - Web API 中的异常日志记录,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29217175/

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