IAsyncExceptionFilter Interface

Definição

Um filtro que é executado de forma assíncrona após uma ação ter gerado um 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
Implementações

Métodos

OnExceptionAsync(ExceptionContext)

Chamado após uma ação ter gerado um Exception.

Aplica-se a