ActionExecutedContext Constructor
Initializes a new instance of the ActionExecutedContext class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ActionExecutedContext() | Initializes a new instance of the ActionExecutedContext class. |
![]() | ActionExecutedContext(ControllerContext, ActionDescriptor, Boolean, Exception) | Initializes a new instance of the ActionExecutedContext class. |
ActionExecutedContext Constructor ()
Initializes a new instance of the ActionExecutedContext class.
ActionExecutedContext Constructor (ControllerContext, ActionDescriptor, Boolean, Exception)
Initializes a new instance of the ActionExecutedContext class.
public ActionExecutedContext( ControllerContext controllerContext, ActionDescriptor actionDescriptor, bool canceled, Exception exception )
Parameters
- controllerContext
-
Type:
System.Web.Mvc.ControllerContext
The controller context.
- actionDescriptor
-
Type:
System.Web.Mvc.ActionDescriptor
The action method descriptor.
- canceled
-
Type:
System.Boolean
true if the action is canceled.
- exception
-
Type:
System.Exception
The exception object.
| Exception | Condition |
|---|---|
| ArgumentNullException | The actionDescriptor parameter is null. |
Show:
