WinRTExceptions icon indicating copy to clipboard operation
WinRTExceptions copied to clipboard

Global exception handling routine for WinRT applications

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.