IAsyncExceptionFilter 介面

定義

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

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

方法

OnExceptionAsync(ExceptionContext)

在動作擲回 之後呼叫 Exception

適用於