共用方式為


ServiceExceptionFilterAttribute 類別

定義

提供預設 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.ExceptionFilterAttribute
ServiceExceptionFilterAttribute
屬性

建構函式

ServiceExceptionFilterAttribute()

提供預設 System.Web.Http.Filters.ExceptionFilterAttribute ,以攔截篩選管線中發生的未處理的例外狀況,並加以記錄。

方法

OnException(HttpActionExecutedContext)

記錄未處理的例外 LogCategories 狀況,使其顯示在應用程式記錄檔中,除非應用程式已設定為未記錄這類事件。

適用於