Share via


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

適用於

另請參閱