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
Public method AddModelError(String, Exception) Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key.
Public method 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

See Also

Reference

ModelStateDictionary Class

System.Web.Mvc Namespace