IExceptionFilter Interface

Definition

A filter that runs after an action has thrown an 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
Derived
Implements

Methods

OnException(ExceptionContext)

Called after an action has thrown an Exception.

Applies to