ModelError Constructor (Exception)

Initializes a new instance of the ModelError class by using the specified exception.

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

public function ModelError(
	exception : Exception
)

Parameters

exception
Type: System.Exception

The exception.

ExceptionCondition
ArgumentNullException

The exception parameter is a null reference (Nothing in Visual Basic).

Show: