Interface IExceptionHandler
- Namespace
- JsonApiDotNetCore.Middleware
- Assembly
- JsonApiDotNetCore.dll
Central place to handle all exceptions, such as log them and translate into error response.
public interface IExceptionHandler
Methods
HandleException(Exception)
IReadOnlyList<ErrorObject> HandleException(Exception exception)
Parameters
exception
Exception