C# uwp应用程序和未处理的异常

C# uwp应用程序和未处理的异常,c#,uwp,windows-10,unhandled-exception,hockeyapp,C#,Uwp,Windows 10,Unhandled Exception,Hockeyapp,我为Windows 10桌面创建了一个通用Windows平台应用程序。我正在使用HockeyApp记录我的事件和异常。我想注册我的HockeyApp帐户。 我收到一个未处理的异常,这是日志: MyApp!<BaseAddress>+0xe6890f System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw() MyLibrary!<BaseAddress>+0x4511ee MyLibrary!<Bas

我为Windows 10桌面创建了一个通用Windows平台应用程序。我正在使用HockeyApp记录我的事件和异常。我想注册我的HockeyApp帐户。 我收到一个未处理的异常,这是日志:

MyApp!<BaseAddress>+0xe6890f
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb41a69
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb3c820
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xb3810a
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xbc7a30
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xbd4dc3
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x699af7
MyApp!<BaseAddress>+0xe68fc9
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x4ba96e
MyApp!<BaseAddress>+0xf22ade
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x4511ee
MyLibrary!<BaseAddress>+0x451168
MyLibrary!<BaseAddress>+0x50c81a
MyApp!<BaseAddress>+0x10227bb
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
MyLibrary!<BaseAddress>+0x69993e
MyLibrary!<BaseAddress>+0x497d7c
MyApp!<BaseAddress>+0xb1c72c
MyApp!<BaseAddress>+0xb1c6e6
MyApp!<BaseAddress>+0xb1c614
         Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule.CoreApplication_UnhandledErrorDetected(Object sender, ApplicationModel.Core.UnhandledErrorDetectedEventArgs e)
MyApp+0xe6890f
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xb41a69
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xb3c820
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xb3810a
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xbc7a30
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xbd4dc3
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x699af7
我的应用程序+0xe68fc9
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x4ba96e
我的应用程序+0xf22ade
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x4511ee
我的图书馆+0x451168
我的图书馆+0x50c81a
我的应用程序+0x10227bb
System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()异常
我的图书馆+0x69993e
我的图书馆+0x497d7c
我的应用程序+0xb1c72c
我的应用程序+0xb1c6e6
我的应用程序+0xb1c614
Microsoft.HockeyApp.Extensibility.Windows.UnhandledExceptionTelemetryModule.CoreApplication_UnhandledErrorDetected(对象发送方,ApplicationModel.Core.UnhandledErrorDetectedEventTarget)

我如何使用这些信息?我如何找到此异常的真正原因?有什么想法吗?

获取转储并使用Windbg调试dmp:请联系support@hockeyapp.net所以他们可以帮忙