Class NavigationRouteException
Represents errors that occur during navigation route processing.
Implements
Inherited Members
Namespace: Singulink.UI.Navigation
Assembly: Singulink.UI.Navigation.dll
Syntax
public class NavigationRouteException : Exception, ISerializable
Constructors
| Name | Description |
|---|---|
| NavigationRouteException() | Initializes a new instance of the NavigationRouteException class. |
| NavigationRouteException(string?) | Initializes a new instance of the NavigationRouteException class with a specified error message. |
| NavigationRouteException(string?, Exception?) | Initializes a new instance of the NavigationRouteException class with a specified error message and a reference to the inner exception that is the cause of this exception. |