Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 370 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 370 Bytes

ExceptionManager

.net4.0

winform 异常全局捕获 弹出报告窗体
一行代码搞定全局错误捕获和异常提示:
RunningExceptionTool.Run(MainCall, SendErrors, args);

顺带一些小技巧,比如,让模式窗体始终处于最上层
image