ModelError.Exception Property

Gets or sets the exception object.

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

'Declaration
Public Property Exception As Exception 
	Get 
	Private Set
'Usage
Dim instance As ModelError 
Dim value As Exception 

value = instance.Exception

Property Value

Type: System.Exception
The exception object.
Show: