Class FunctionExceptionFilterAttribute
[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
FunctionExceptionContextcancellationToken
CancellationToken