What should you recommend?

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?

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



Leave a Reply 0

Your email address will not be published. Required fields are marked *