WebEventCodes.RuntimeErrorValidationFailure Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 = 3003Remarks
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
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.