IExceptionFilter 介面

定義

在動作擲回 Exception 之後執行的篩選。

public interface class IExceptionFilter : Microsoft::AspNetCore::Mvc::Filters::IFilterMetadata
public interface IExceptionFilter : Microsoft.AspNetCore.Mvc.Filters.IFilterMetadata
type IExceptionFilter = interface
    interface IFilterMetadata
Public Interface IExceptionFilter
Implements IFilterMetadata
衍生
實作

方法

OnException(ExceptionContext)

在動作擲回 之後呼叫 Exception

適用於