ErrorControlSystem 4.1.2
See the version list below for details.
dotnet add package ErrorControlSystem --version 4.1.2
NuGet\Install-Package ErrorControlSystem -Version 4.1.2
<PackageReference Include="ErrorControlSystem" Version="4.1.2"> <PrivateAssets>all</PrivateAssets> <IncludeAssets>runtime; build; native; contentfiles; analyzers</IncludeAssets> </PackageReference>
paket add ErrorControlSystem --version 4.1.2
#r "nuget: ErrorControlSystem, 4.1.2"
// 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 | Versions 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. |
-
.NETFramework 4.5
- Microsoft.SqlServer.Compact (>= 4.0.8876.1)
- Microsoft.Tpl.Dataflow (>= 4.5.24)
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.
* 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