WebEventCodes.AuditUnhandledAccessException Field

Definition

Represents the event code indicating that an unhandled access exception occurred during a Web request. This field is constant.

public: int AuditUnhandledAccessException = 4011;
public const int AuditUnhandledAccessException = 4011;
val mutable AuditUnhandledAccessException : int
Public Const AuditUnhandledAccessException As Integer  = 4011

Field Value

Value = 4011

Remarks

AuditUnhandledAccessException is the major code for the unhandled health event related to the access of a resource for which authorization is not granted. When this event occurs, ASP.NET raises a WebFailureAuditEvent with a major code of AuditUnhandledAccessException.

Applies to

See also