You are developing a Windows Store app.
You need to recommend a solution to handle exceptions thrown by the XAML Framework.
What should you recommend?
A.
Try/catch blocks
B.
An override of the Application.OnLaunched method
C.
An Application.UnhandledException event handler
D.
An Application.Suspending event handler
Explanation:
http://msdn.microsoft.com/enus/library/windows/apps/windows.ui.xaml.application.unhandledexception.aspx