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