Show / Hide Table of Contents

Namespace Seltzr.ExceptionHandlers

Classes

AuthFailedExceptionHandler

An ExceptionHandler that halts request execution if auth fails

DelegateExceptionHandler

Exception handler that uses a delegate to handle the exception

SimpleExceptionHandler

An exception handler that writes the message of the exception to the response and returns a 400 status code for expected exceptions or 500 for unexpected ones.

Interfaces

IExceptionHandler

Handler for API exceptions

Back to top Generated by DocFX