ErrorControlSystem 4.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package ErrorControlSystem --version 4.1.2
NuGet\Install-Package ErrorControlSystem -Version 4.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="ErrorControlSystem" Version="4.1.2">
  <PrivateAssets>all</PrivateAssets>
  <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets>
</PackageReference>
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add ErrorControlSystem --version 4.1.2
#r "nuget: ErrorControlSystem, 4.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install ErrorControlSystem as a Cake Addin
#addin nuget:?package=ErrorControlSystem&version=4.1.2

// Install ErrorControlSystem as a Cake Tool
#tool nuget:?package=ErrorControlSystem&version=4.1.2

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.

Product Compatible and additional computed target framework versions.
.NET Framework net45 is compatible.  net451 was computed.  net452 was computed.  net46 was computed.  net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on ErrorControlSystem:

Package Downloads
NugTest

My package description.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
4.2.3 2,782 9/18/2015
4.1.5 2,723 5/7/2015
4.1.3 6,127 4/18/2015
4.1.2 3,247 4/15/2015
4.1.1 2,365 4/14/2015

* Bug fixes
* Improved stability
* Add Server and Database chosen combo box to ErrorLogAnalyzer
* Add WaitSplash feature to ECS Cache Analyzer for known background workers
* Never do not Raise Self Exceptions by new Algorithm
* Cache Size Checked Only When an Error Inserted
* Exempted Exception from Some Code Scopes
* Just Raise Error Log in Special Code Scopes
* Replace Exception.StackTrace data by Call Method StackTrace for store completely data
* Convert Exception.StackTrace to customized format for use that in Analyzer easily
* Add Many Options to System
* Change and speedup ~4.3 SDF cache file update model
* Add an EventHandler to ErrorControlSystem for Alert any UnHandled Exception by ExceptionHandler.OnShowUnhandledError
* LineColumn text divided to Line and Column integer number in databases
* ErrorControlSystem WPF version combined by WinForms version
* Add Dependency Assemblies to Solve ClickOnce Problem