ResultExecutedContext Constructor
Initializes a new instance of the ResultExecutedContext class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ResultExecutedContext() | Initializes a new instance of the ResultExecutedContext class. |
![]() | ResultExecutedContext(ControllerContext^, ActionResult^, Boolean, Exception^) | Initializes a new instance of the ResultExecutedContext class. |
ResultExecutedContext Constructor ()
Initializes a new instance of the ResultExecutedContext class.
ResultExecutedContext Constructor (ControllerContext^, ActionResult^, Boolean, Exception^)
Initializes a new instance of the ResultExecutedContext class.
public: ResultExecutedContext( ControllerContext^ controllerContext, ActionResult^ result, bool canceled, Exception^ exception )
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.
| Exception | Condition |
|---|---|
| ArgumentNullException | The result parameter is null. |
Show:
