Class FunctionExceptionContext
[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
GuidfunctionName
stringlogger
ILoggerexceptionDispatchInfo
ExceptionDispatchInfoproperties
IDictionary<string, object>
Properties
Exception
public Exception Exception { get; }
Property Value
ExceptionDispatchInfo
public ExceptionDispatchInfo ExceptionDispatchInfo { get; }