15 references to net_http_client_execution_error
System.Net.Http (15)
System\Net\Http\SocketsHttpHandler\ConnectionPool\HttpConnectionPool.Http2.cs (1)
265
throw new HttpRequestException(SR.
net_http_client_execution_error
, e);
System\Net\Http\SocketsHttpHandler\Http2Connection.cs (1)
2058
throw new HttpRequestException(HttpRequestError.Unknown, SR.
net_http_client_execution_error
, e);
System\Net\Http\SocketsHttpHandler\Http3Connection.cs (1)
329
throw new HttpRequestException(HttpRequestError.Unknown, SR.
net_http_client_execution_error
, _abortException, RequestRetryType.RetryOnConnectionFailure);
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (9)
291
throw new HttpRequestException(httpRequestError, SR.
net_http_client_execution_error
, innerException);
301
throw new HttpRequestException(HttpRequestError.HttpProtocolError, SR.
net_http_client_execution_error
, abortException);
316
throw new HttpRequestException(httpRequestError, SR.
net_http_client_execution_error
, _connection.AbortException);
336
throw new HttpRequestException(ex.HttpRequestError, SR.
net_http_client_execution_error
, ex);
346
throw new HttpRequestException(HttpRequestError.Unknown, SR.
net_http_client_execution_error
, ex);
358
throw new HttpRequestException(HttpRequestError.Unknown, SR.
net_http_client_execution_error
, ex);
1308
throw new HttpRequestException(httpRequestError, SR.
net_http_client_execution_error
, _connection.AbortException);
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 (2)
924
mappedException = new HttpRequestException(SR.
net_http_client_execution_error
, exception);
933
mappedException = new HttpRequestException(error, SR.
net_http_client_execution_error
, ioe, _canRetry ? RequestRetryType.RetryOnConnectionFailure : RequestRetryType.NoRetry);
System\Net\Http\SocketsHttpHandler\SocketsHttpHandler.cs (1)
643
return new HttpRequestException(SR.
net_http_client_execution_error
,