Table of Contents

Class FunctionExceptionContext

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 class FunctionExceptionContext : FunctionFilterContext
Inheritance
FunctionExceptionContext
Inherited Members

Constructors

FunctionExceptionContext(Guid, string, ILogger, ExceptionDispatchInfo, IDictionary<string, object>)

public FunctionExceptionContext(Guid functionInstanceId, string functionName, ILogger logger, ExceptionDispatchInfo exceptionDispatchInfo, IDictionary<string, object> properties)

Parameters

functionInstanceId Guid
functionName string
logger ILogger
exceptionDispatchInfo ExceptionDispatchInfo
properties IDictionary<string, object>

Properties

Exception

public Exception Exception { get; }

Property Value

Exception

ExceptionDispatchInfo

public ExceptionDispatchInfo ExceptionDispatchInfo { get; }

Property Value

ExceptionDispatchInfo