すべてのアプリケーション ページを "Pages" フォルダに入れたら、アプリケーションが壊れてしまいました。App.xaml.cs の次の行の両方にヒットし、これを除いてエラーは出力されません。
private void RootFrame_NavigationFailed(object sender, NavigationFailedEventArgs e)
...
private void Application_UnhandledException(object sender, applicationUnhandledExceptionEventArgs e)
どうすれば修正できますか?