Show / Hide Table of Contents

Class NavigationFailedEventArgs

Event arguments used by the NavigationFailed and NavigationFailed events.

Inheritance
System.Object
System.EventArgs
NavigationFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Navigation
Assembly: OpenSilver.Controls.Navigation.dll
Syntax
public sealed class NavigationFailedEventArgs : EventArgs

Properties

| Improve this Doc View Source

Exception

Gets the error that caused navigation to fail

Declaration
public Exception Exception { get; }
Property Value
Type Description
System.Exception
| Improve this Doc View Source

Handled

Gets or sets a value indicating whether this failure event has been handled. If this is false after NavigationFailed completes, the exception will be thrown.

Declaration
public bool Handled { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

Uri

Gets the Uri that failed to be navigated to

Declaration
public Uri Uri { get; }
Property Value
Type Description
System.Uri
  • Improve this Doc
  • View Source