10 instantiations of RouteCreationException
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (2)
100throw new RouteCreationException( 172throw new RouteCreationException(message);
Routing\ConventionalRouteEntry.cs (1)
44throw new RouteCreationException(string.Format(
Microsoft.AspNetCore.Routing (7)
MapRouteRouteBuilderExtensions.cs (1)
114throw new RouteCreationException(Resources.FormatDefaultHandler_MustBeSet(nameof(IRouteBuilder)));
ParameterPolicyActivator.cs (4)
42throw new RouteCreationException( 63throw new RouteCreationException( 123throw new RouteCreationException( 184throw new RouteCreationException(
RouteBase.cs (1)
60throw new RouteCreationException(Resources.FormatTemplateRoute_Exception(name, template), exception);
RouteConstraintBuilder.cs (1)
106throw new RouteCreationException(
4 references to RouteCreationException
Microsoft.AspNetCore.Mvc.Core (1)
Routing\AttributeRoute.cs (1)
98catch (RouteCreationException routeCreationException)
Microsoft.AspNetCore.Routing (3)
ParameterPolicyActivator.cs (1)
57catch (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