ServiceExceptionFilterAttribute 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供預設 System.Web.Http.Filters.ExceptionFilterAttribute ,以攔截篩選管線中發生的未處理的例外狀況,並加以記錄。
[System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)]
public sealed class ServiceExceptionFilterAttribute : System.Web.Http.Filters.ExceptionFilterAttribute
[<System.AttributeUsage(System.AttributeTargets.Class | System.AttributeTargets.Method, AllowMultiple=false)>]
type ServiceExceptionFilterAttribute = class
inherit ExceptionFilterAttribute
Public NotInheritable Class ServiceExceptionFilterAttribute
Inherits ExceptionFilterAttribute
- 繼承
-
System.Web.Http.Filters.ExceptionFilterAttributeServiceExceptionFilterAttribute
- 屬性
建構函式
ServiceExceptionFilterAttribute() |
提供預設 System.Web.Http.Filters.ExceptionFilterAttribute ,以攔截篩選管線中發生的未處理的例外狀況,並加以記錄。 |
方法
OnException(HttpActionExecutedContext) |
記錄未處理的例外 LogCategories 狀況,使其顯示在應用程式記錄檔中,除非應用程式已設定為未記錄這類事件。 |