संपादन करना

के माध्यम से साझा करें


WebEventCodes.RuntimeErrorPostTooLarge Field

Definition

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

public: int RuntimeErrorPostTooLarge = 3004;
public const int RuntimeErrorPostTooLarge = 3004;
val mutable RuntimeErrorPostTooLarge : int
Public Const RuntimeErrorPostTooLarge As Integer  = 3004

Field Value

Value = 3004

Remarks

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.

Applies to

See also