ResultExecutedContext Constructor (ControllerContext, ActionResult, Boolean, Exception)

Initializes a new instance of the ResultExecutedContext class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

new : 
        controllerContext:ControllerContext * 
        result:ActionResult * 
        canceled:bool * 
        exception:Exception -> ResultExecutedContext

Parameters

controllerContext
Type: System.Web.Mvc.ControllerContext
The controller context.
result
Type: System.Web.Mvc.ActionResult
The result object.
canceled
Type: System.Boolean
true to cancel execution; otherwise, false.
exception
Type: System.Exception
The exception object.

ExceptionCondition
ArgumentNullException

The result parameter is a null reference (Nothing in Visual Basic).

Show: