Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update src/Prism.Core/Navigation/NavigationException.cs
Co-authored-by: Dan Siegel <[email protected]>
  • Loading branch information
niimima and dansiegel authored Feb 9, 2025
commit cf61cc0225d7bfeb30642bd97de0789bd2a7cfdf
2 changes: 1 addition & 1 deletion src/Prism.Core/Navigation/NavigationException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public class NavigationException : Exception
/// <summary>
/// The <see cref="NavigationException"/> Message returned when an absolute path is specified but not supported.
/// </summary>
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.";

/// <summary>
/// Initializes a new instance of the <see cref="NavigationException"/>
Expand Down
Loading