MCPcopy Create free account
hub / github.com/Open-GD/OpenGD / OnNavigationFailed

Method OnNavigationFailed

proj.winrt/App.cpp:149–152  ·  view source on GitHub ↗

Invoked when Navigation to a certain page fails The Frame which failed navigation Details about the navigation failure

Source from the content-addressed store, hash-verified

147/// <param name="sender">The Frame which failed navigation</param>
148/// <param name="e">Details about the navigation failure</param>
149void App::OnNavigationFailed(IInspectable const&, NavigationFailedEventArgs const& e)
150{
151 //throw hresult_error(E_FAIL, hstring(L"Failed to load Page ") + e.SourcePageType().Name);
152}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected