问题:使用 NET 背景工作人员,没有办法让例外情况通常回馈到主线?
BACKGROUND:
- Currently in my WinForms application I have generic exception handle that goes along the lines of, if (a) a custom app exception then present to user, but don t exit program, and (b) if other exception then present and then exit application
- The above is nice as I can just throw the appropriate exception anywhere in the application and the presentation/handling is handled generically