ModelErrorCollection.Add Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Add(Exception) |
Adds the specified Exception object to the model-error collection. |
Add(String) |
Adds the specified error message to the model-error collection. |
Add(String)
Adds the specified error message to the model-error collection.
public void Add(string errorMessage);
override this.Add : string -> unit
Public Sub Add (errorMessage As String)
Parameters
- errorMessage
- String
The error message.