ActionExecutedContext.ExceptionHandled Property

Definition

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

public bool ExceptionHandled { get; set; }
member this.ExceptionHandled : bool with get, set
Public Property ExceptionHandled As Boolean

Property Value

true if the exception is handled; otherwise, false.

Applies to