Table of Contents

Class FunctionExceptionFilterAttribute

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.")]
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Method, AllowMultiple = true, Inherited = true)]
public abstract class FunctionExceptionFilterAttribute : Attribute, IFunctionExceptionFilter, IFunctionFilter
Inheritance
FunctionExceptionFilterAttribute
Implements
Inherited Members

Constructors

FunctionExceptionFilterAttribute()

protected FunctionExceptionFilterAttribute()

Methods

OnExceptionAsync(FunctionExceptionContext, CancellationToken)

public abstract Task OnExceptionAsync(FunctionExceptionContext exceptionContext, CancellationToken cancellationToken)

Parameters

exceptionContext FunctionExceptionContext
cancellationToken CancellationToken

Returns

Task