4 instantiations of NavigationException
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
32throw new NavigationException(absoluteUriString);
Microsoft.AspNetCore.Components.Endpoints.Tests (1)
RazorComponentResultTest.cs (1)
520throw new NavigationException(absoluteUriString);
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
112throw new NavigationException(absoluteUriString); 162throw new NavigationException(absoluteUriString);
7 references to NavigationException
Microsoft.AspNetCore.Components (2)
NavigationException.cs (1)
12/// Initializes a new <see cref="NavigationException"/> instance.
RenderTree\Renderer.cs (1)
1151if (error is NavigationException)
Microsoft.AspNetCore.Components.Endpoints (5)
RazorComponentEndpointInvoker.cs (1)
130catch (NavigationException ex)
Rendering\EndpointHtmlRenderer.Prerendering.cs (3)
130catch (NavigationException navigationException) 155catch (NavigationException navigationException) 238public static ValueTask<PrerenderedComponentHtmlContent> HandleNavigationException(HttpContext httpContext, NavigationException navigationException)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
77catch (NavigationException navigationException)