WebEventCodes.RuntimeErrorPostTooLarge 字段

定义

表示的是指示发送的信息大小超过了允许的限制的事件代码。 此字段为常数。

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

字段值

Value = 3004

注解

RuntimeErrorPostTooLarge 是引用大小超出允许限制的数据发布的主要代码。 当表单发布的数据超出允许的限制时,ASP.NET 会引发 WebRequestErrorEvent ,主要代码 RuntimeErrorPostTooLarge为 。

适用于

另请参阅