Skip to content

Commit cf61cc0

Browse files
niimimadansiegel
andauthored
Update src/Prism.Core/Navigation/NavigationException.cs
Co-authored-by: Dan Siegel <me@dansiegel.net>
1 parent 37fb467 commit cf61cc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Prism.Core/Navigation/NavigationException.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public class NavigationException : Exception
7575
/// <summary>
7676
/// The <see cref="NavigationException"/> Message returned when an absolute path is specified but not supported.
7777
/// </summary>
78-
public const string UnsupportedAbsoluteUri = "An unsupported absolute uri. Please use a relative URI.";
78+
public const string UnsupportedAbsoluteUri = "Absolute Uri's are not supported when Navigated from a named source View. Please use a relative Uri.";
7979

8080
/// <summary>
8181
/// Initializes a new instance of the <see cref="NavigationException"/>

0 commit comments

Comments
 (0)