Class ErrorHandlingAppLayer
Hosting layer for processing request errors.
Inheritance
System.Object
ErrorHandlingAppLayer
Namespace:InfinniPlatform.Http.Middlewares
Assembly:InfinniPlatform.Core.dll
Syntax
public class ErrorHandlingAppLayer : object, IErrorHandlingAppLayer, IDefaultAppLayer, IAppLayer
Constructors
| Improve this Doc View SourceErrorHandlingAppLayer(ILogger<ErrorHandlingAppLayer>)
Declaration
public ErrorHandlingAppLayer(ILogger<ErrorHandlingAppLayer> logger)
Parameters
Type | Name | Description |
---|---|---|
ILogger<ErrorHandlingAppLayer> | logger |
Methods
| Improve this Doc View SourceConfigure(IApplicationBuilder)
Declaration
public void Configure(IApplicationBuilder app)
Parameters
Type | Name | Description |
---|---|---|
IApplicationBuilder | app |