ErrorControlSystem
ErrorControlSystem copied to clipboard
Add ExceptionThread instead IsHandled
Now IsHandled property show handled or not handled exception states.
But maybe we need to know who throw the exceptions, UI Thread, Main Thread or etc.
Replace this enum by IsHandled :
ExceptionThread :
- Main
- Task
- UI_WPF
- UI_WinForms