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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.