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)

function get ExceptionHandled () : boolean 
function set ExceptionHandled (value : boolean)

Property Value

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