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
eExceptionThe exception that is the cause of the current exception.
messagestringThe 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
messagestringThe message that describes the error.