ActionExecutedContext.ExceptionHandled Property

Gets or sets a value that indicates whether the exception is 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 ActionExecutedContext 
Dim value As Boolean 

value = instance.ExceptionHandled

instance.ExceptionHandled = value

Property Value

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