IAsyncExceptionFilter Interface

Definition

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

Methods

OnExceptionAsync(ExceptionContext)

Called after an action has thrown an Exception.

Applies to