Table of Contents

Class NavigationException

Namespace
Wpf.Ui.Abstractions
Assembly
Wpf.Ui.Abstractions.dll

Represents errors that occur during navigation.

public sealed class NavigationException : Exception, ISerializable, _Exception
Inheritance
NavigationException
Implements
Inherited Members

Constructors

NavigationException(Exception, string)

Initializes a new instance of the NavigationException class with a specified error message and a reference to the inner exception that is the cause of this exception.

public NavigationException(Exception e, string message)

Parameters

e Exception

The exception that is the cause of the current exception.

message string

The message that describes the error.

NavigationException(string)

Initializes a new instance of the NavigationException class with a specified error message.

public NavigationException(string message)

Parameters

message string

The message that describes the error.