ModelErrorCollection Methods

The ModelErrorCollection type exposes the following members.

  Name Description
Public method Add(Exception) Adds the specified Exception object to the model-error collection.
Public method Add(String) Adds the specified error message to the model-error collection.
Public method Add(T) (Inherited from Collection<ModelError>.)
Public method Clear (Inherited from Collection<ModelError>.)
Protected method ClearItems (Inherited from Collection<ModelError>.)
Public method Contains (Inherited from Collection<ModelError>.)
Public method CopyTo (Inherited from Collection<ModelError>.)
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetEnumerator (Inherited from Collection<ModelError>.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method IndexOf (Inherited from Collection<ModelError>.)
Public method Insert (Inherited from Collection<ModelError>.)
Protected method InsertItem (Inherited from Collection<ModelError>.)
Protected method MemberwiseClone (Inherited from Object.)
Public method Remove (Inherited from Collection<ModelError>.)
Public method RemoveAt (Inherited from Collection<ModelError>.)
Protected method RemoveItem (Inherited from Collection<ModelError>.)
Protected method SetItem (Inherited from Collection<ModelError>.)
Public method ToString (Inherited from Object.)
Top
Show: