WebEventCodes.AuditUnhandledAccessException 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 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 = 4011Remarks
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.