-api-id | -api-type |
---|---|
P:Windows.UI.Xaml.UnhandledExceptionEventArgs.Message |
winrt property |
Gets the message string as passed by the originating unhandled exception.
The message string, which may be useful for debugging.
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.
UnhandledException, Exception handling for in C# or Visual Basic, Exceptions (C++/CX)