SimpleExceptionHandling 1.1.0
Library that helps developers to handle exceptions outside catch blocks. Typical usages are global exception handlers.
Install-Package SimpleExceptionHandling -Version 1.1.0
dotnet add package SimpleExceptionHandling --version 1.1.0
<PackageReference Include="SimpleExceptionHandling" Version="1.1.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SimpleExceptionHandling --version 1.1.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SimpleExceptionHandling, 1.1.0"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
Release Notes
Added support for more frameworks
Implemented a finalization handler with a behaviour similar to try-finally
Dependencies
-
.NETCore 5.0
- System.Runtime (>= 4.1.0)
-
.NETFramework 2.0
- No dependencies.
-
.NETFramework 4.0
- No dependencies.
-
.NETFramework 4.5
- No dependencies.
-
.NETStandard 1.0
- System.Runtime (>= 4.1.0)
-
MonoAndroid 1.0
- No dependencies.
-
MonoTouch 1.0
- No dependencies.
-
Portable Class Library (.NETFramework 4.0, Silverlight 5.0, Windows 8.0, WindowsPhone 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
Portable Class Library (.NETFramework 4.5, Windows 8.0, WindowsPhoneApp 8.1)
- No dependencies.
-
WindowsPhoneApp 8.1
- No dependencies.
-
Xamarin.iOS 1.0
- No dependencies.
-
Xamarin.TVOS 1.0
- No dependencies.
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.1.0 | 14,847 | 8/28/2016 |
1.0.1 | 832 | 5/27/2016 |
1.0.0 | 753 | 5/20/2016 |
1.0.0-rc02 | 723 | 5/19/2016 |
1.0.0-rc01 | 745 | 5/17/2016 |
1.0.0-alpha02 | 714 | 5/16/2016 |
1.0.0-alpha01 | 762 | 5/11/2016 |