WebEventCodes::RuntimeErrorValidationFailure Field
.NET Framework (current version)
Represents the event code indicating that a validation error occurred. This field is constant.
Assembly: System.Web (in System.Web.dll)
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.
.NET Framework
Available since 2.0
Available since 2.0
Show: