4 instantiations of NavigationException
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
15throw 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)
91throw new NavigationException(absoluteUriString); 132throw 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)
1086if (error is NavigationException)
Microsoft.AspNetCore.Components.Endpoints (5)
RazorComponentEndpointInvoker.cs (1)
115catch (NavigationException ex)
Rendering\EndpointHtmlRenderer.Prerendering.cs (3)
129catch (NavigationException navigationException) 154catch (NavigationException navigationException) 194public static ValueTask<PrerenderedComponentHtmlContent> HandleNavigationException(HttpContext httpContext, NavigationException navigationException)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
74catch (NavigationException navigationException)