Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds the specified error message to the model-error collection.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Public Sub Add ( _
errorMessage As String _
)
public void Add(
string errorMessage
)
public:
void Add(
String^ errorMessage
)
Parameters
- errorMessage
Type: System.String
The error message.