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)

public bool ExceptionHandled { get; set; }

Property Value

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

Community Additions

ADD
Show: