Table of Contents

Interface IRequestExceptionHandler<TRequest, TResponse>

Namespace
Caesar.Pipeline
Assembly
Caesar.Abstractions.dll

Shorthand for handling every Exception for a request.

public interface IRequestExceptionHandler<in TRequest, TResponse> : IRequestExceptionHandler<TRequest, TResponse, Exception> where TRequest : notnull

Type Parameters

TRequest

The request type.

TResponse

The response type.

Inherited Members