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