5 references to ConfigurationLimitExceeded
System.Net.Http (5)
System\Net\Http\HttpContent.cs (1)
839return new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(CultureInfo.InvariantCulture, SR.net_http_content_buffersize_exceeded, maxBufferSize));
System\Net\Http\Metrics\MetricsHandler.cs (1)
169HttpRequestError.ConfigurationLimitExceeded => "configuration_limit_exceeded",
System\Net\Http\SocketsHttpHandler\Http2Stream.cs (1)
609throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _connection._pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\Http3RequestStream.cs (1)
878throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _connection.Pool.Settings.MaxResponseHeadersByteLength));
System\Net\Http\SocketsHttpHandler\HttpConnection.cs (1)
1292throw new HttpRequestException(HttpRequestError.ConfigurationLimitExceeded, SR.Format(SR.net_http_response_headers_exceeded_length, _pool.Settings.MaxResponseHeadersByteLength));