IAsyncExceptionFilter Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |