ModelErrorCollection::Add Method
.NET Framework (current version)
Adds a validation error to the collection.
Assembly: System.Web (in System.Web.dll)
| Name | Description | |
|---|---|---|
![]() | Add(T) | Adds an object to the end of the Collection<T>. (Inherited from Collection<T>.) |
![]() | Add(Exception^) | Adds a validation error to the collection using the specified exception. |
![]() | Add(String^) | Adds a validation error to the collection using the specified error message string. |
Show:
