ActionExecutedContext.ExceptionHandled Property

Visual Studio 2010

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

Property Value

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

Community Additions

ADD
Show: