10 references to BadHttpRequestException
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
2701
throw new
BadHttpRequestException
(message, exception);
2785
throw new
BadHttpRequestException
(message, exception);
2799
throw new
BadHttpRequestException
(message, exception);
2813
throw new
BadHttpRequestException
(message, exception);
Microsoft.AspNetCore.Identity (2)
GeneratedRouteBuilderExtensions.g.cs (2)
1545
throw new
BadHttpRequestException
(message, exception);
1647
throw new
BadHttpRequestException
(message, exception);
Microsoft.AspNetCore.OpenApi (2)
GeneratedRouteBuilderExtensions.g.cs (2)
300
throw new
BadHttpRequestException
(message, exception);
402
throw 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)
6082
throw new
BadHttpRequestException
(message, exception);
6184
throw new
BadHttpRequestException
(message, exception);