IAsyncExceptionFilter Interface

Définition

Filtre qui s’exécute de manière asynchrone après qu’une action a lève un 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
Dérivé
Implémente

Méthodes

OnExceptionAsync(ExceptionContext)

Appelée après qu’une action a lève un Exception.

S’applique à