Table of Contents

Interface IFunctionExceptionFilter

Namespace
Microsoft.Azure.WebJobs.Host
Assembly
Microsoft.Azure.WebJobs.Host.dll
[Obsolete("Filters is in preview and there may be breaking changes in this area.")]
public interface IFunctionExceptionFilter : IFunctionFilter

Methods

OnExceptionAsync(FunctionExceptionContext, CancellationToken)

Task OnExceptionAsync(FunctionExceptionContext exceptionContext, CancellationToken cancellationToken)

Parameters

exceptionContext FunctionExceptionContext
cancellationToken CancellationToken

Returns

Task