ExceptionContext Class¶
Constructors¶
-
ExceptionContext
(Microsoft.AspNet.Mvc.ActionContext, System.Collections.Generic.IList<Microsoft.AspNet.Mvc.IFilter>)¶ Arguments: - actionContext (Microsoft.AspNet.Mvc.ActionContext) –
- filters (System.Collections.Generic.IList{Microsoft.AspNet.Mvc.IFilter}) –
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; }
-