void OnNavigationFailed()

in Clock.Desktop.Uwp/App.xaml.cs [90:93]


        void OnNavigationFailed(object sender, NavigationFailedEventArgs e)
        {
            throw new Exception("Failed to load Page " + e.SourcePageType.FullName);
        }