ReflectedParameterDescriptor Constructor (ParameterInfo, ActionDescriptor)
Initializes a new instance of the ReflectedParameterDescriptor class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- parameterInfo
-
Type:
System.Reflection.ParameterInfo
The parameter information.
- actionDescriptor
-
Type:
System.Web.Mvc.ActionDescriptor
The action descriptor.
| Exception | Condition |
|---|---|
| ArgumentNullException | The parameterInfo or actionDescriptor parameter is null. |
Show: