7 references to HttpRequestException
System.Net.Http (6)
System\Net\Http\HttpRequestException.cs (1)
33: this(message, inner)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.cs (1)
763throw 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)
1385throw 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)
926mappedException = new HttpRequestException(SR.net_http_client_execution_error, exception);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
649return ExceptionDispatchInfo.SetCurrentStackTrace(new HttpRequestException(SR.net_http_client_execution_error,
System.Net.Http.WinHttpHandler (1)
System\Net\Http\WinHttpHandler.cs (1)
1571state.Tcs.TrySetException(new HttpRequestException(SR.net_http_client_execution_error, ex));