/WinRTExceptions

Global exception handling routine for WinRT applications

Primary LanguageC#MIT LicenseMIT

WinRTExceptions

Global exception handling routine for WinRT applications. This addresses the inability to globally catch exceptions thrown from async void methods.

See this blog post for details and explanation.