5 references to InvalidProgramException
Microsoft.AspNetCore.Components (2)
src\Http\Routing\src\Patterns\RoutePatternParser.cs (2)
57
throw new
InvalidProgramException
(message);
128
throw new
InvalidProgramException
(message);
Microsoft.AspNetCore.Routing (2)
Patterns\RoutePatternParser.cs (2)
57
throw new
InvalidProgramException
(message);
128
throw new
InvalidProgramException
(message);
WinShimmer (1)
Program.cs (1)
81
throw new
InvalidProgramException
($"The generated program contained errors: \n{string.Join("\n", emit.Diagnostics.AsEnumerable())}");