ModelStateDictionary Constructor
Initializes a new instance of the ModelStateDictionary class.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
| Name | Description | |
|---|---|---|
![]() | ModelStateDictionary() | Initializes a new instance of the ModelStateDictionary class. |
![]() | ModelStateDictionary(ModelStateDictionary^) | Initializes a new instance of the ModelStateDictionary class by using values that are copied from the specified model-state dictionary. |
ModelStateDictionary Constructor ()
Initializes a new instance of the ModelStateDictionary class.
ModelStateDictionary Constructor (ModelStateDictionary^)
Initializes a new instance of the ModelStateDictionary class by using values that are copied from the specified model-state dictionary.
Parameters
- dictionary
-
Type:
System.Web.Mvc::ModelStateDictionary^
The model-state dictionary.
| Exception | Condition |
|---|---|
| ArgumentNullException | The dictionary parameter is null. |
Show:
