10 references to BadHttpRequestException
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
2701throw new BadHttpRequestException(message, exception); 2785throw new BadHttpRequestException(message, exception); 2799throw new BadHttpRequestException(message, exception); 2813throw new BadHttpRequestException(message, exception);
Microsoft.AspNetCore.Identity (2)
GeneratedRouteBuilderExtensions.g.cs (2)
1545throw new BadHttpRequestException(message, exception); 1647throw new BadHttpRequestException(message, exception);
Microsoft.AspNetCore.OpenApi (2)
GeneratedRouteBuilderExtensions.g.cs (2)
300throw new BadHttpRequestException(message, exception); 402throw new BadHttpRequestException(message, exception);
Sample (2)
artifacts\obj\Sample\Release\net10.0\generated\Microsoft.AspNetCore.Http.RequestDelegateGenerator\Microsoft.AspNetCore.Http.RequestDelegateGenerator.RequestDelegateGenerator\GeneratedRouteBuilderExtensions.g.cs (2)
6082throw new BadHttpRequestException(message, exception); 6184throw new BadHttpRequestException(message, exception);