WebEventCodes.AuditUnhandledSecurityException 필드

정의

웹 요청 중에 처리되지 않은 보안 예외가 발생했음을 나타내는 이벤트 코드를 나타냅니다. 이 필드는 상수입니다.

public: int AuditUnhandledSecurityException = 4010;
public const int AuditUnhandledSecurityException = 4010;
val mutable AuditUnhandledSecurityException : int
Public Const AuditUnhandledSecurityException As Integer  = 4010

필드 값

Value = 4010

설명

AuditUnhandledSecurityException 는 보안 위반과 관련된 처리되지 않은 상태 이벤트의 주요 코드입니다. 처리되지 않은 보안 예외가 throw되면 ASP.NET WebFailureAuditEvent 주 코드로 AuditUnhandledSecurityException 발생합니다.

적용 대상

추가 정보