Interface IRequestExceptionAction<TRequest>
Shorthand for acting on every Exception for a request.
public interface IRequestExceptionAction<in TRequest> : IRequestExceptionAction<TRequest, Exception> where TRequest : notnull
Type Parameters
TRequestThe request type.
- Inherited Members