Interface IRequestExceptionHandler<TRequest, TResponse>
Shorthand for handling every Exception for a request.
public interface IRequestExceptionHandler<in TRequest, TResponse> : IRequestExceptionHandler<TRequest, TResponse, Exception> where TRequest : notnull
Type Parameters
TRequestThe request type.
TResponseThe response type.
- Inherited Members