FilterInfo.ExceptionFilters プロパティ

定義

アプリケーション内のすべての例外フィルターを取得します。

public System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter> ExceptionFilters { get; }
member this.ExceptionFilters : System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter>
Public ReadOnly Property ExceptionFilters As IList(Of IExceptionFilter)

プロパティ値

例外フィルター。

適用対象