We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37fb467 commit cf61cc0Copy full SHA for cf61cc0
src/Prism.Core/Navigation/NavigationException.cs
@@ -75,7 +75,7 @@ public class NavigationException : Exception
75
/// <summary>
76
/// The <see cref="NavigationException"/> Message returned when an absolute path is specified but not supported.
77
/// </summary>
78
- public const string UnsupportedAbsoluteUri = "An unsupported absolute uri. Please use a relative URI.";
+ public const string UnsupportedAbsoluteUri = "Absolute Uri's are not supported when Navigated from a named source View. Please use a relative Uri.";
79
80
81
/// Initializes a new instance of the <see cref="NavigationException"/>
0 commit comments