码迷,mamicode.com
首页 > Web开发 > 详细

.net 全局异常

时间:2017-10-10 19:18:12      阅读:171      评论:0      收藏:0      [点我收藏+]

标签:ica   filter   current   hand   ror   webapi   winform   function   mvc   

  1. Winform,可以:

    AppDomain.CurrentDomain.UnhandledException +=new UnhandledExceptionEventHandler(UnhandledExceptionFunction);

  2. Asp.net,可以在Application_Error()方法里捕获异常
  3. MVC,可以写ExceptionFilter
  4. WebApi,可以写ExceptionHandler

.net 全局异常

标签:ica   filter   current   hand   ror   webapi   winform   function   mvc   

原文地址:http://www.cnblogs.com/Winsand/p/7646961.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!