Skip to content

Commit

Permalink
Add missing XML comment
Browse files Browse the repository at this point in the history
  • Loading branch information
niimima committed Jan 9, 2024
1 parent 7eb21a1 commit 9622f21
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/Prism.Core/Navigation/NavigationException.cs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ public class NavigationException : Exception
/// </summary>
public const string CannotGoBackFromRoot = "Cannot GoBack from NavigationPage Root.";

/// <summary>
/// The <see cref="NavigationException"/> Message returned when GoBackAsync can only be called when the calling Page has been navigated.
/// </summary>
public const string GoBackRequiresNavigationPage = "GoBackAsync can only be called when the calling Page has been navigated.";

/// <summary>
Expand Down

0 comments on commit 9622f21

Please sign in to comment.