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 會以 的主要程式碼 RuntimeErrorPostTooLarge 引發 WebRequestErrorEvent 。