Compartilhar via


IExceptionFilter Interface

Definição

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

Métodos

OnException(ExceptionContext)

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

Aplica-se a