This package implements logic for exception handling occurred during any api request through a specific middleware that returns http status code 400 (for business exceptions) or 500 (for internal errors).
Info
Version: | 1.0.2 |
Author(s): | Marco |
Last Update: | Friday, January 25, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/marcoaurelioit/marco-exception-handling |
NuGet Url: | https://www.nuget.org/packages/Marco.AspNetCore.ExceptionHandling |
Install
Install-Package Marco.AspNetCore.ExceptionHandling
dotnet add package Marco.AspNetCore.ExceptionHandling
paket add Marco.AspNetCore.ExceptionHandling
Marco.AspNetCore.ExceptionHandling Download (Unzip the "nupkg" after downloading)
Dependencies
- Marco.Exceptions.Core(>= 1.1.0)
- Marco.Newtonsoft.Json(>= 1.0.0)
- Microsoft.AspNetCore.Mvc.Core(>= 2.2.0)
Tags