次の方法で共有


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

適用対象

こちらもご覧ください