bezzad / ErrorControlSystem

ErrorControlSystem is a .NET library created to automate handling .NET Windows-Base application exceptions and raise that to a sql server. This exception handler have some features as screen capturing, fetch server date time in exception occurrence time and etc.
http://bezzad.github.io/ErrorControlSystem/
GNU General Public License v3.0
32 stars 14 forks source link

Add ExceptionThread instead IsHandled #47

Open bezzad opened 9 years ago

bezzad commented 9 years ago

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 :