ModelStateDictionary.AddModelError Method
Include Protected Members
Include Inherited Members
Adds a model error to the errors collection for the model-state dictionary.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
AddModelError(String, Exception) | Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key. | |
AddModelError(String, String) | Adds the specified error message to the errors collection for the model-state dictionary that is associated with the specified key. |
Top