ModelErrorCollection.Add Method (String)

Adds the specified error message to the model-error collection.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

'Declaration
Public Sub Add ( _
	errorMessage As String _
)
'Usage
Dim instance As ModelErrorCollection 
Dim errorMessage As String

instance.Add(errorMessage)

Parameters

errorMessage
Type: System.String
The error message.
Show: