WebEventCodes.RuntimeErrorValidationFailure 字段

定义

表示的是指示发生了验证错误的事件代码。Represents the event code indicating that a validation error occurred. 此字段为常数。This field is constant.

public: int RuntimeErrorValidationFailure = 3003;
public const int RuntimeErrorValidationFailure = 3003;
val mutable RuntimeErrorValidationFailure : int
Public Const RuntimeErrorValidationFailure As Integer  = 3003

字段值

Int32

注解

RuntimeErrorValidationFailure是指不是由 ASP.NET 处理的验证异常的出现的主要代码。RuntimeErrorValidationFailure is the major code that refers to the occurrence of a validation exception that is not handled by ASP.NET. 发生此异常时,ASP.NET 将引发,其 WebRequestErrorEvent 主要代码为 RuntimeErrorValidationFailureWhen this exception occurs, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorValidationFailure.

适用于

另请参阅