ReflectedParameterDescriptor Constructor
Initializes a new instance of the ReflectedParameterDescriptor class.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
public function 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 a null reference (Nothing in Visual Basic). |
Show: