NavigationFailedEventArgs Class

Definition

Provides data for the NavigationFailed event.

public ref class NavigationFailedEventArgs : EventArgs
public class NavigationFailedEventArgs : EventArgs
type NavigationFailedEventArgs = class
    inherit EventArgs
Public Class NavigationFailedEventArgs
Inherits EventArgs
Inheritance
NavigationFailedEventArgs

Remarks

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:

Properties

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.

Methods

Equals(Object)

Determines whether the specified object is equal to the current object.

(Inherited from Object)
GetHashCode()

Serves as the default hash function.

(Inherited from Object)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also