WebEventCodes::RuntimeErrorPostTooLarge Field
.NET Framework (current version)
Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.
Assembly: System.Web (in System.Web.dll)
RuntimeErrorPostTooLarge is the major code that refers to a data posting whose size exceeds the allowed limits. When a form posts data that exceeds the allowed limits, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorPostTooLarge.
.NET Framework
Available since 2.0
Available since 2.0
Show: