System.Web.Management.WebEventCodes.RuntimeErrorPostTooLarge Field

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

Value: 3004

Syntax

public const int RuntimeErrorPostTooLarge

Remarks

WebEventCodes.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 System.Web.Management.WebRequestErrorEvent with a major code of WebEventCodes.RuntimeErrorPostTooLarge.

Requirements

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