UnhandledError.Handled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.