What is the empty Data entry on unhandled exceptions? #8444
-
I'm implementing the AppDomain.CurrentDomain.UnhandledException += (sender, args) =>
Log(args.ExceptionObject as Exception); When throwing a new exception somewhere in my code, I get the Do anyone know why this happens? Is it something that can be disabled or is this intended to include some additional information or something? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs Lines 2755 to 2767 in ed058c1 |
Beta Was this translation helpful? Give feedback.
wpf/src/Microsoft.DotNet.Wpf/src/WindowsBase/System/Windows/Threading/Dispatcher.cs
Lines 2755 to 2767 in ed058c1