WebEventCodes.AuditUnhandledSecurityException 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 an unhandled security exception occurred during a Web request. This field is constant.
public: int AuditUnhandledSecurityException = 4010;
public const int AuditUnhandledSecurityException = 4010;
val mutable AuditUnhandledSecurityException : int
Public Const AuditUnhandledSecurityException As Integer = 4010
Field Value
Value = 4010Remarks
AuditUnhandledSecurityException is the major code of the unhandled health event related to a security violation. When an unhandled security exception is thrown, ASP.NET raises a WebFailureAuditEvent with a major code of AuditUnhandledSecurityException.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.