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)
758
throw new
HttpRequestException
(SR.net_http_exception_during_plaintext_filter, e);
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
264
throw new
HttpRequestException
(SR.net_http_client_execution_error, e);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
1389
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)
926
mappedException = new
HttpRequestException
(SR.net_http_client_execution_error, exception);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
646
return ExceptionDispatchInfo.SetCurrentStackTrace(new
HttpRequestException
(SR.net_http_client_execution_error,