ReflectedActionDescriptor Constructor
Initializes a new instance of the ReflectedActionDescriptor class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
new : methodInfo:MethodInfo * actionName:string * controllerDescriptor:ControllerDescriptor -> ReflectedActionDescriptor
Parameters
- methodInfo
- Type: System.Reflection.MethodInfo
The action-method information.
- actionName
- Type: System.String
The name of the action.
- controllerDescriptor
- Type: System.Web.Mvc.ControllerDescriptor
The controller descriptor.
| Exception | Condition |
|---|---|
| ArgumentNullException | Either the methodInfo or controllerDescriptor parameter is a null reference (Nothing in Visual Basic). |
| ArgumentException | The actionName parameter is a null reference (Nothing in Visual Basic) or empty. |
Show: