Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图找到一个可以捕获和记录的列表,但我不能。我想知道是否捕获了诸如成员登录或登录失败之类的东西,请求错误之类的,和...。errorsexceptionsELMAHELMAH401403404
errors
exceptions
ELMAH
401
403
404
提前致谢 。
默认情况下,ELMAH 将捕获所有未处理的异常。
您还可以向 ELMAH 发送您希望的其他异常(在您的异常处理程序中),但除非异常被抛出并且未处理,否则 ELMAH 不会记录它。