Global Exception Handler is middleware allowing you to handle exceptions by convention.
Info
Version: | 4.0.2 |
Author(s): | Joseph Woodward |
Last Update: | Friday, March 15, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/JosephWoodward/GlobalExceptionHandlerDotNet |
NuGet Url: | https://www.nuget.org/packages/GlobalExceptionHandler |
Install
Install-Package GlobalExceptionHandler
dotnet add package GlobalExceptionHandler
paket add GlobalExceptionHandler
GlobalExceptionHandler Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Diagnostics(>= 2.1.1)
- Microsoft.AspNetCore.Http(>= 2.1.1)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.1.1)
Tags