Provides data for the NavigationFailed event.
Public Class NavigationFailedEventArgs _ Inherits EventArgs
public class NavigationFailedEventArgs : EventArgs
public ref class NavigationFailedEventArgs : public EventArgs
type NavigationFailedEventArgs = class inherit EventArgs end
The NavigationFailedEventArgs type exposes the following members.
These event arguments contain information about a navigation that failed, and are passed to handlers of the NavigationFailed event, which is implemented by the following:
NavigationService..::.NavigationFailed
NavigationWindow..::.NavigationFailed
Frame..::.NavigationFailed
Application..::.NavigationFailed
NavigationFailedEventArgs encapsulates the following details of the failed navigation request:
Navigation Initiation: Navigator.
Navigation Exception: Exception, Handled.
Navigation Content: Uri.
Navigation Details: WebRequest, WebResponse.
Navigation State: ExtraData.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2