ReflectedActionDescriptor Constructor
Visual Studio 2010
Initializes a new instance of the ReflectedActionDescriptor class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Sub New ( _ methodInfo As MethodInfo, _ actionName As String, _ controllerDescriptor As ControllerDescriptor _ )
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 Nothing. |
| ArgumentException | The actionName parameter is Nothing or empty. |
Community Additions
ADD
Show: