IExceptionFilter 인터페이스

정의

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

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

적용 대상