Is there a way to catch all unhandled exceptions thrown by a given class?

后端 未结 6 2096
你的背包
你的背包 2020-12-18 13:21

I know how to catch all unhandled exceptions in a given thread, but wondering if there is a way to catch all unhandled exceptions thrown by a given class in

6条回答
  •  不知归路
    2020-12-18 14:08

    Try ELMAH it will handle any unhandled exception https://code.google.com/p/elmah/

提交回复
热议问题