7 references to RuntimeErrorPostTooLarge
System.ServiceModel.Activation (2)
System\ServiceModel\Activation\HostedHttpContext.cs (1)
445if (hostedException.WebEventCode == WebEventCodes.RuntimeErrorPostTooLarge)
System\ServiceModel\Activation\HostedHttpRequestAsyncResult.cs (1)
599if (hostedException.WebEventCode == WebEventCodes.RuntimeErrorPostTooLarge)
System.Web (5)
HttpBufferlessInputStream.cs (1)
316throw new HttpException(SR.GetString(SR.Max_request_length_exceeded), null, WebEventCodes.RuntimeErrorPostTooLarge);
HttpRequest.cs (2)
979null, WebEventCodes.RuntimeErrorPostTooLarge); 1024null, WebEventCodes.RuntimeErrorPostTooLarge);
Management\WebEventCodes.cs (1)
291case RuntimeErrorPostTooLarge:
Management\WebEvents.cs (1)
782case WebEventCodes.RuntimeErrorPostTooLarge: