A Global Exception Handler Middleware, allowing developers to create one or more exception handlers (intercepts).
Info
Version: | 2.2.4 |
Author(s): | AspNet.Plus contributors |
Last Update: | Wednesday, July 3, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/aspnet-plus/AspNet.Plus.Infrastructure |
NuGet Url: | https://www.nuget.org/packages/AspNet.Plus.Infrastructure.ExceptionInterceptHandler |
Install
Install-Package AspNet.Plus.Infrastructure.ExceptionInterceptHandler
dotnet add package AspNet.Plus.Infrastructure.ExceptionInterceptHandler
paket add AspNet.Plus.Infrastructure.ExceptionInterceptHandler
AspNet.Plus.Infrastructure.ExceptionInterceptHandler Download (Unzip the "nupkg" after downloading)
Dependencies
.NETStandard 2.0
- Microsoft.AspNetCore.Diagnostics(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Net.Http.Headers(>= 2.2.0)
- Microsoft.AspNetCore.Diagnostics(>= 2.2.0)
- Microsoft.AspNetCore.Http.Abstractions(>= 2.2.0)
- Microsoft.AspNetCore.Http.Extensions(>= 2.2.0)
- Microsoft.Extensions.Logging.Abstractions(>= 2.2.0)
- Microsoft.Net.Http.Headers(>= 2.2.0)
Tags