3 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 (1)
ExceptionHandlerTest.cs (1)
745app.UseExceptionHandler(builder =>