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
Tehke meiega GitHubis koostööd
Selle sisu allika leiate GitHubist, kus saate ka probleeme luua ja läbi vaadata ning päringuid teha. Lisateavet leiate meie kaasautorite juhendist.