10 instantiations of RouteCreationException
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (2)
100
throw new
RouteCreationException
(
172
throw new
RouteCreationException
(message);
Routing\ConventionalRouteEntry.cs (1)
44
throw new
RouteCreationException
(string.Format(
Microsoft.AspNetCore.Routing (7)
MapRouteRouteBuilderExtensions.cs (1)
114
throw new
RouteCreationException
(Resources.FormatDefaultHandler_MustBeSet(nameof(IRouteBuilder)));
ParameterPolicyActivator.cs (4)
42
throw new
RouteCreationException
(
63
throw new
RouteCreationException
(
123
throw new
RouteCreationException
(
184
throw new
RouteCreationException
(
RouteBase.cs (1)
60
throw new
RouteCreationException
(Resources.FormatTemplateRoute_Exception(name, template), exception);
RouteConstraintBuilder.cs (1)
106
throw new
RouteCreationException
(
4 references to RouteCreationException
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
98
catch (
RouteCreationException
routeCreationException)
Microsoft.AspNetCore.Routing (3)
ParameterPolicyActivator.cs (1)
57
catch (
RouteCreationException
)
RouteCreationException.cs (2)
16
/// Initializes a new instance of the <see cref="
RouteCreationException
"/> class with a specified error message.
25
/// Initializes a new instance of the <see cref="
RouteCreationException
"/> class with a specified error message