WebEventCodes.RuntimeErrorValidationFailure Field

Definition

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

Field Value

Value = 3003

Remarks

RuntimeErrorValidationFailure is the major code that refers to the occurrence of a validation exception that is not handled by ASP.NET. When this exception occurs, ASP.NET raises a WebRequestErrorEvent with a major code of RuntimeErrorValidationFailure.

Applies to

See also