MCPcopy Create free account
hub / github.com/YtFlow/Maple / OnNavigationFailed

Method OnNavigationFailed

Maple.App/App.cpp:148–151  ·  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

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected