IAsyncExceptionFilter 인터페이스

정의

작업이 를 throw한 후 비동기적으로 실행되는 필터입니다 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)

작업이 를 throw한 후 호출됩니다 Exception.

적용 대상