WebEventCodes.AuditUnhandledSecurityException Field

Definition

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 = 4010

Remarks

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