1 instantiation of AmbiguousActionException
Microsoft.AspNetCore.Mvc.Core (1)
Infrastructure\ActionSelector.cs (1)
107
throw new
AmbiguousActionException
(message);
5 references to AmbiguousActionException
Microsoft.AspNetCore.Mvc.Core (2)
Infrastructure\AmbiguousActionException.cs (1)
17
/// Creates a new instance of <see cref="
AmbiguousActionException
" />.
Infrastructure\IActionSelector.cs (1)
40
/// <exception cref="
AmbiguousActionException
">
Microsoft.AspNetCore.Mvc.Core.Test (3)
Infrastructure\ActionSelectorTest.cs (3)
511
Assert.Throws<
AmbiguousActionException
>(() => { selector.SelectBestCandidate(routeContext, actions); });
838
var
ex = Assert.Throws<
AmbiguousActionException
>(() =>