7 references to HttpRequestException
Microsoft.AspNetCore.SpaServices.Extensions (1)
Proxying\SpaProxy.cs (1)
120
throw new
HttpRequestException
(
System.Net.Http (6)
System\Net\Http\HttpRequestException.cs (1)
33
:
this
(message, inner)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
769
throw new
HttpRequestException
(SR.net_http_exception_during_plaintext_filter, e);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
265
throw new
HttpRequestException
(SR.net_http_client_execution_error, e);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1327
throw new HttpIOException(HttpRequestError.Unknown, SR.net_http_client_execution_error, new
HttpRequestException
(SR.net_http_client_execution_error, ex));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
924
mappedException = new
HttpRequestException
(SR.net_http_client_execution_error, exception);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
643
return new
HttpRequestException
(SR.net_http_client_execution_error,