4 references to UseExceptionHandler
ExceptionHandlerSample (2)
Startup.cs (1)
14app.UseExceptionHandler(errorApp =>
StartupWithWebSocket.cs (1)
22app.UseExceptionHandler(options => { }); // Exception handling middleware introduces duplicate tag
Microsoft.AspNetCore.Diagnostics.Tests (2)
ExceptionHandlerMiddlewareTest.cs (1)
570app.UseExceptionHandler(exceptionApp =>
ExceptionHandlerTest.cs (1)
745app.UseExceptionHandler(builder =>