Windows.UI.Xaml.UnhandledExceptionEventArgs.Handled
June 22, 2022 ยท View on GitHub
-description
Gets or sets a value that indicates whether the exception is handled.
-property-value
true to mark the exception as handled, which indicates that the event system should not process it further; otherwise, false.
-remarks
Do not routinely set this value to true, that is not always safe and may not guarantee that the app wouldn't terminate anyways. For more info, see Exception handling for in C# or Visual Basic and Remarks in UnhandledException.
-examples
-see-also
UnhandledException, Exception handling for in C# or Visual Basic, Exceptions (C++/CX)