Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.07 KB

unhandledexceptioneventargs_message.md

File metadata and controls

26 lines (17 loc) · 1.07 KB
-api-id -api-type
P:Windows.UI.Xaml.UnhandledExceptionEventArgs.Message
winrt property

Windows.UI.Xaml.UnhandledExceptionEventArgs.Message

-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)