1 instantiation of LocationChangeException
Microsoft.AspNetCore.Components (1)
NavigationManager.cs (1)
307
throw new
LocationChangeException
("An exception occurred while dispatching a location changed event.", ex);
2 references to LocationChangeException
Microsoft.AspNetCore.Components (1)
LocationChangeException.cs (1)
12
/// Creates a new instance of <see cref="
LocationChangeException
"/>.
Microsoft.AspNetCore.Components.Server (1)
Circuits\CircuitHost.cs (1)
552
catch (
LocationChangeException
nex)