3 references to RequestEntityTooLarge
System.ServiceModel (1)
System\ServiceModel\Channels\HttpChannelHelpers.cs (1)
142ThrowHttpProtocolException(SR.GetString(SR.MaxReceivedMessageSizeExceeded, settings.MaxReceivedMessageSize), HttpStatusCode.RequestEntityTooLarge);
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
451return HttpInput.CreateHttpProtocolException(SR.Hosting_MaxRequestLengthExceeded, HttpStatusCode.RequestEntityTooLarge, null, hostedException);
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
601throw FxTrace.Exception.AsError(HttpInput.CreateHttpProtocolException(SR.Hosting_MaxRequestLengthExceeded, HttpStatusCode.RequestEntityTooLarge, null, hostedException));