ExceptionContext Class

Syntax

public class ExceptionContext : FilterContext

GitHub

View on GitHub

class Microsoft.AspNet.Mvc.ExceptionContext

Constructors

ExceptionContext(Microsoft.AspNet.Mvc.ActionContext, System.Collections.Generic.IList<Microsoft.AspNet.Mvc.IFilter>)
Arguments:
public ExceptionContext(ActionContext actionContext, IList<IFilter> filters)

Properties

Exception()
Return type:System.Exception
public virtual Exception Exception { get; set; }
ExceptionDispatchInfo()
Return type:System.Runtime.ExceptionServices.ExceptionDispatchInfo
public virtual ExceptionDispatchInfo ExceptionDispatchInfo { get; set; }
Result()
Return type:Microsoft.AspNet.Mvc.IActionResult
public virtual IActionResult Result { get; set; }