Share via


WebEventCodes.AuditUnhandledSecurityException 欄位

定義

表示事件代碼,表示在 Web 要求期間發生未處理的安全性例外狀況。 這個欄位為常數。

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

欄位值

Value = 4010

備註

AuditUnhandledSecurityException 是與安全性違規相關的未處理健康情況事件的主要程式碼。 擲回未處理的安全性例外狀況時,ASP.NET 會 WebFailureAuditEvent 以 的主要程式碼 AuditUnhandledSecurityException 引發 。

適用於

另請參閱