2 writes to ErrorMessage
Microsoft.AspNetCore.Mvc.Core (2)
Routing\AttributeRoute.cs (2)
203routeInfo.ErrorMessage = ex.Message; 213routeInfo.ErrorMessage = Resources.FormatAttributeRoute_CannotContainParameter(
2 references to ErrorMessage
Microsoft.AspNetCore.Mvc.Core (2)
Routing\AttributeRoute.cs (2)
151if (routeInfo.ErrorMessage == null) 169e.ErrorMessage)));