IAsyncExceptionFilter Interface

Syntax

public interface IAsyncExceptionFilter : IFilter

GitHub

View on GitHub

interface Microsoft.AspNet.Mvc.IAsyncExceptionFilter

Methods

OnExceptionAsync(Microsoft.AspNet.Mvc.ExceptionContext)
Arguments:
Return type:

System.Threading.Tasks.Task

Task OnExceptionAsync(ExceptionContext context)