Windows.UI.Xaml.UnhandledExceptionEventArgs.Message
June 22, 2022 ยท View on GitHub
-description
Gets the message string as passed by the originating unhandled exception.
-property-value
The message string, which may be useful for debugging.
-remarks
The message is coming from info that's propagated by the original system or runtime app error. The message is not guaranteed to be an exact match to the original error message (as seen in native stacks or output windows). For more info on error propagation and exception handling techniques, 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)