IExceptionFilter Interfaz

Definición

Filtro que se ejecuta después de que una acción haya iniciado un 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
Implementaciones

Métodos

OnException(ExceptionContext)

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

Se aplica a