8 references to UseExceptionHandler
AzureAIFoundryEndToEnd.WebStory (1)
Program.cs (1)
22
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
GitHubModelsEndToEnd.WebStory (1)
Program.cs (1)
22
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
Keycloak.Web (1)
Program.cs (1)
51
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
MyFrontend (1)
Program.cs (1)
24
app.
UseExceptionHandler
("/error", createScopeForErrors: true);
OpenAIEndToEnd.WebStory (1)
Program.cs (1)
22
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
Publishers.Frontend (1)
Program.cs (1)
20
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
WaitFor.Frontend (1)
Program.cs (1)
20
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);
WebFrontEnd (1)
Program.cs (1)
30
app.
UseExceptionHandler
("/Error", createScopeForErrors: true);