Constructor NavigationRouteException
NavigationRouteException()
Initializes a new instance of the NavigationRouteException class.
Declaration
public NavigationRouteException()
NavigationRouteException(string?)
Initializes a new instance of the NavigationRouteException class with a specified error message.
Declaration
public NavigationRouteException(string? message)
Parameters
| Type | Name | Description |
|---|---|---|
| string | 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.
Declaration
public NavigationRouteException(string? message, Exception? innerException)
Parameters
| Type | Name | Description |
|---|---|---|
| string | message | |
| Exception | innerException |