WebEventCodes.RuntimeErrorPostTooLarge 字段
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
表示的是指示发送的信息大小超过了允许的限制的事件代码。 此字段为常数。
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为 。