WebEventCodes::RuntimeErrorPostTooLarge Field

 

Represents the event code indicating that the size of the posted information exceeded the allowed limits. This field is constant.

Namespace:   System.Web.Management
Assembly:  System.Web (in System.Web.dll)

public:
literal int RuntimeErrorPostTooLarge

Field Value

Type: System::Int32

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
Return to top
Show: