22 references to UseExceptionHandler
Aspire.Dashboard (1)
DashboardWebApplication.cs (1)
460
_app.
UseExceptionHandler
("/error");
BlazorServerApp (1)
Startup.cs (1)
35
app.
UseExceptionHandler
("/Error");
BlazorUnitedApp (1)
Program.cs (1)
21
app.
UseExceptionHandler
("/Error");
BrowserTelemetry.Web (1)
Program.cs (1)
15
app.
UseExceptionHandler
("/Error");
Cookies (1)
Startup.cs (1)
56
app.
UseExceptionHandler
("/Home/Error");
DynamicSchemes (1)
Startup.cs (1)
43
app.
UseExceptionHandler
("/Error");
Microsoft.AspNetCore.Authentication.Negotiate.Test (1)
NegotiateHandlerTests.cs (1)
275
app.
UseExceptionHandler
("/error");
Microsoft.AspNetCore.Diagnostics.Tests (10)
ExceptionHandlerTest.cs (10)
37
app.
UseExceptionHandler
("/handle-errors");
93
app.
UseExceptionHandler
("/handle-errors");
154
app.
UseExceptionHandler
("/handle-errors");
210
app.
UseExceptionHandler
("/handle-errors");
266
app.
UseExceptionHandler
("/handle-errors");
337
app.
UseExceptionHandler
("/handle-errors");
406
app.
UseExceptionHandler
("/handle-errors");
469
app.
UseExceptionHandler
("/handle-errors");
574
app.
UseExceptionHandler
("/non-existent-hander");
799
app.
UseExceptionHandler
("/handle-errors");
MvcFormSample (1)
Program.cs (1)
14
app.
UseExceptionHandler
("/Home/Error");
SignalRServerlessWeb (1)
Program.cs (1)
25
app.
UseExceptionHandler
("/Error");
SignalRWeb (1)
Program.cs (1)
12
app.
UseExceptionHandler
("/Error");
StaticFilesAuth (1)
Startup.cs (1)
78
app.
UseExceptionHandler
("/Home/Error");
WebPubSubWeb (1)
Program.cs (1)
19
app.
UseExceptionHandler
("/Error");