ReflectedParameterDescriptor Constructor
Initializes a new instance of the ReflectedParameterDescriptor class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public:
ReflectedParameterDescriptor(
ParameterInfo^ parameterInfo,
ActionDescriptor^ actionDescriptor
)
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 nullptr. |
Show: