ResultExecutedContext.ExceptionHandled Property

Gets or sets a value that indicates whether the exception has been handled.

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

'Declaration
Public Property ExceptionHandled As Boolean 
	Get 
	Set
'Usage
Dim instance As ResultExecutedContext 
Dim value As Boolean 

value = instance.ExceptionHandled

instance.ExceptionHandled = value

Property Value

Type: System.Boolean
true if the exception has been handled; otherwise, false.
Show: