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.
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.
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
: