4 references to RoutePatternException
Microsoft.AspNetCore.Components (4)
src\aspnetcore\src\Http\Routing\src\Patterns\RoutePatternParser.cs (4)
42throw new RoutePatternException(pattern, Resources.TemplateRoute_CannotHaveConsecutiveSeparators); 47throw new RoutePatternException(pattern, context.Error); 67throw new RoutePatternException(pattern, context.Error); 469throw new RoutePatternException(routePattern, Resources.TemplateRoute_InvalidRouteTemplate);