共用方式為


ControllerActionInvoker.InvokeExceptionFilters 方法

定義

使用指定的例外狀況和控制器內容,叫用指定的例外狀況篩選條件。

protected virtual System.Web.Mvc.ExceptionContext InvokeExceptionFilters (System.Web.Mvc.ControllerContext controllerContext, System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter> filters, Exception exception);
abstract member InvokeExceptionFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter> * Exception -> System.Web.Mvc.ExceptionContext
override this.InvokeExceptionFilters : System.Web.Mvc.ControllerContext * System.Collections.Generic.IList<System.Web.Mvc.IExceptionFilter> * Exception -> System.Web.Mvc.ExceptionContext
Protected Overridable Function InvokeExceptionFilters (controllerContext As ControllerContext, filters As IList(Of IExceptionFilter), exception As Exception) As ExceptionContext

參數

controllerContext
ControllerContext

控制器內容。

filters
IList<IExceptionFilter>

例外狀況篩選條件。

exception
Exception

例外狀況。

傳回

物件的內容 HandleErrorAttribute

適用於