NavigationFailedEventArgs Class
Provides data for the NavigationFailed event.
Assembly: PresentationFramework (in PresentationFramework.dll)
| Name | Description | |
|---|---|---|
![]() | Exception | Gets the Exception that was raised as the result of a failed navigation. |
![]() | ExtraData | Gets the optional data Object that was passed when navigation commenced. |
![]() | Handled | Gets or sets whether the failed navigation exception has been handled. |
![]() | Navigator | The navigator that raised this event. |
![]() | Uri | Gets the uniform resource identifier (URI) for the content that could not be navigated to. |
![]() | WebRequest | Gets the web request that was used to request the specified content. |
![]() | WebResponse | Gets the web response that was returned after attempting to download the requested the specified content. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
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:
NavigationFailedEventArgs encapsulates the following details of the failed navigation request:
Navigation Initiation: Navigator.
Navigation Content: Uri.
Navigation Details: WebRequest, WebResponse.
Navigation State: ExtraData.
Available since 3.0
Silverlight
Available since 3.0
Windows Phone Silverlight
Available since 7.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


