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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.