ModelStateDictionary.AddModelError Method (String, Exception)

Visual Studio 2010

Adds the specified model error to the errors collection for the model-state dictionary that is associated with the specified key.

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

'Declaration
Public Sub AddModelError ( _
	key As String, _
	exception As Exception _
)

Parameters

key
Type: System.String
The key.
exception
Type: System.Exception
The exception.

Community Additions

ADD
Show: