Skip to content

Latest commit

 

History

History
8 lines (4 loc) · 327 Bytes

README.md

File metadata and controls

8 lines (4 loc) · 327 Bytes

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.