4 references to NavigationException
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
15
throw new
NavigationException
(absoluteUriString);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentResultTest.cs (1)
520
throw new
NavigationException
(absoluteUriString);
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
91
throw new
NavigationException
(absoluteUriString);
132
throw new
NavigationException
(absoluteUriString);