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