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 WebRequestErrorEventRuntimeErrorPostTooLarge 주 코드로 발생합니다.

적용 대상

추가 정보