ErrorControlSystem icon indicating copy to clipboard operation
ErrorControlSystem copied to clipboard

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

Results 12 ErrorControlSystem issues
Sort by recently updated
recently updated
newest added

When us want to run a SP, maybe that codes have some problem and cause to throw an errors in the SQL. So this is better to have one Stored...

enhancement
help wanted
proposal

When in a server and that database has exist my **Tables** and **StoresProcedures** and **Functions** , have a problem to update my new changed codes on that database. How to...

enhancement
help wanted
question

When one bug exist in ECS then any user with pull access to a repository can [create an issue](https://developer.github.com/v3/issues/#create-an-issue) for that. > POST /repos/:owner/:repo/issues **Parameters** | Name | Type |...

question
proposal

When maybe we need to send error data to a mail by internet! This protocol must be prepared with ErrorControlSystem.

enhancement
help wanted
question
proposal

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

enhancement
proposal

In some systems, when the developers set the server and database name to Engine.Start method, then one exception throw. But when remove server data and just want to caching error...

bug

Add **Clear** button for **ErrorLogAnalyzer** to clean cache or database error data. > Clear Button ---> { Cache or Database }

enhancement

When my application run and the analyzer listen that app error caches, some times analyzer have exception and raise that error logs on that my app caches! This is seriously...

bug
question

By checking cache drives size to know that have exist enough space to cache next exception or not, either by knowing size if drive limitless, we can to **ignore** or...

proposal

Check the **XML documentation file** check box within **Build** tabs of **Properties** in from **ErrorControlSystem** project. And then write xml comment for any methods and classes.

enhancement