IExceptionFilter 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 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. |