UnhandledError.Handled Property

Definition

Gets a value that indicates whether the error has been handled.

public:
 property bool Handled { bool get(); };
bool Handled();
public bool Handled { get; }
var boolean = unhandledError.handled;
Public ReadOnly Property Handled As Boolean

Property Value

Boolean

bool

true if the error has been handled. A value of true permits the app to continue. false if the error has not been handled. A value of false can result in the app being terminated once this event propagates to the Windows Runtime system.

Applies to