ModelErrorCollection.Add Method (Exception)

Visual Studio 2010

Adds the specified Exception object to the model-error collection.

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

'Declaration
Public Sub Add ( _
	exception As Exception _
)

Parameters

exception
Type: System.Exception
The exception.

Community Additions

ADD
Show: