IAsyncExceptionFilter Interfaz

Definición

Filtro que se ejecuta de forma asincrónica después de que una acción haya iniciado .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
Derivado
Implementaciones

Métodos

OnExceptionAsync(ExceptionContext)

Se llama después de que una acción haya iniciado una Exceptionexcepción .

Se aplica a