7 references to InvalidNavigationException
Microsoft.Maui.Controls (7)
NavigationModel.cs (7)
88
throw new
InvalidNavigationException
("Cannot pop final item in stack");
95
throw new
InvalidNavigationException
("Popped from unpushed item?");
102
throw new
InvalidNavigationException
("Can't pop modal without any modals pushed");
156
throw new
InvalidNavigationException
("Cannot pop final item in stack");
162
throw new
InvalidNavigationException
("Popped from unpushed item?");
171
throw new
InvalidNavigationException
("Ancestor must be provided for all pushes except first");
187
throw new
InvalidNavigationException
("Invalid ancestor passed");