3 instantiations of NavigationException
Microsoft.AspNetCore.Components.Endpoints (1)
DependencyInjection\HttpNavigationManager.cs (1)
34
throw new
NavigationException
(absoluteUriString);
Microsoft.AspNetCore.Components.Server (2)
Circuits\RemoteNavigationManager.cs (2)
112
throw new
NavigationException
(absoluteUriString);
162
throw new
NavigationException
(absoluteUriString);
8 references to NavigationException
Microsoft.AspNetCore.Components (2)
NavigationException.cs (1)
12
/// Initializes a new <see cref="
NavigationException
"/> instance.
RenderTree\Renderer.cs (1)
1176
if (error is
NavigationException
)
Microsoft.AspNetCore.Components.Endpoints (6)
RazorComponentEndpointInvoker.cs (1)
126
catch (
NavigationException
ex)
Rendering\EndpointHtmlRenderer.Prerendering.cs (4)
131
catch (
NavigationException
navigationException)
156
catch (
NavigationException
navigationException)
215
catch (
NavigationException
navigationException)
223
public static ValueTask<PrerenderedComponentHtmlContent> HandleNavigationException(HttpContext httpContext,
NavigationException
navigationException)
Rendering\EndpointHtmlRenderer.Streaming.cs (1)
77
catch (
NavigationException
navigationException)