16 references to BadHttpRequestException
Microsoft.AspNetCore.Http.Extensions (4)
RequestDelegateFactory.cs (4)
2715
throw new
BadHttpRequestException
(message);
2729
throw new
BadHttpRequestException
(message);
2743
throw new
BadHttpRequestException
(message);
2827
throw new
BadHttpRequestException
(message);
Microsoft.AspNetCore.Http.Extensions.Tests (9)
ParameterBindingMethodCacheTests.cs (2)
1100
throw new
BadHttpRequestException
("The request is missing the required ETag header.");
1132
throw new
BadHttpRequestException
("The request is missing the required ETag header.");
RequestDelegateFactoryTests.cs (4)
459
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
500
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
516
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
535
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
RequestDelegateGenerator\SharedTypes.cs (3)
285
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
312
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
329
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
Microsoft.AspNetCore.Http.Microbenchmarks (3)
src\Http\Http.Extensions\test\RequestDelegateGenerator\SharedTypes.cs (3)
285
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
312
throw new
BadHttpRequestException
("The request is missing the required Referer header.");
329
throw new
BadHttpRequestException
("The request is missing the required Referer header.");