Class NavigationFailedEventArgs
Event arguments used by the NavigationFailed and NavigationFailed events.
Inheritance
System.Object
System.EventArgs
NavigationFailedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: System.Windows.Navigation
Assembly: Controls.Navigation.OpenSilver.dll
Syntax
public sealed class NavigationFailedEventArgs : EventArgs
Properties
| Improve this Doc View SourceException
Gets the error that caused navigation to fail
Declaration
public Exception Exception { get; }
Property Value
Type | Description |
---|---|
System.Exception |
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 |
Uri
Gets the Uri that failed to be navigated to
Declaration
public Uri Uri { get; }
Property Value
Type | Description |
---|---|
Uri |