Invoked when Navigation to a certain page fails The Frame which failed navigation Details about the navigation failure
| 147 | /// <param name="sender">The Frame which failed navigation</param> |
| 148 | /// <param name="e">Details about the navigation failure</param> |
| 149 | void App::OnNavigationFailed(IInspectable const&, NavigationFailedEventArgs const& e) |
| 150 | { |
| 151 | //throw hresult_error(E_FAIL, hstring(L"Failed to load Page ") + e.SourcePageType().Name); |
| 152 | } |
nothing calls this directly
no outgoing calls
no test coverage detected