NavigationService.NavigationFailed Event
Assembly: PresentationFramework (in presentationframework.dll)
XML Namespace: http://schemas.microsoft.com/winfx/2006/xaml/presentation
When either a WebException or an IOException is raised during a navigation, the NavigationFailed event is raised. NavigationFailed
is passed a NavigationFailedEventArgs that encapsulates information about both the exception and the details of the navigation that caused the exception.
When an exception results from a failed navigation, and is unhandled, the following events are raised in the order listed:
-
NavigationService.NavigationFailed.
-
Frame.NavigationFailed or NavigationWindow.NavigationFailed.
If a navigator (NavigationWindow, Frame) is hosted by one or more navigators, NavigationFailed is not raised on any of them.
Windows 98, Windows Server 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The Microsoft .NET Framework 3.0 is supported on Windows Vista, Microsoft Windows XP SP2, and Windows Server 2003 SP1.