Table of Contents

Class InvalidNavigationException

Namespace
Nalu
Assembly
Nalu.Maui.Navigation.dll

Represents an exception thrown when triggering a navigation that cannot be performed.

public class InvalidNavigationException : Exception, ISerializable
Inheritance
InvalidNavigationException
Implements
Inherited Members

Constructors

InvalidNavigationException(string?, Exception?)

Represents an exception thrown when triggering a navigation that cannot be performed.

public InvalidNavigationException(string? message = null, Exception? innerException = null)

Parameters

message string
innerException Exception