MissingPageException Constructor |
Name | Description | |
---|---|---|
MissingPageException(String) |
Initializes a new instance of the exception for use when a page is not present in the PageInfos collection.
| |
MissingPageException(String, Boolean) |
Initializes a new instance of the exception for use when navigation is attempted to an invalid (but not really missing) page.
| |
MissingPageException(IAppContext, String) |
Initializes a new instance of the exception for use when a page is not present in the PageInfos collection.
This constructor provides a cleaner message when used in a production environment.
| |
MissingPageException(IAppContext, String, String) |
Initializes a new instance of the exception for use when a page is not present in the PageInfos collection.
This constructor provides a cleaner message when used in a production environment and takes an additional message,
to provide additional detail, that is appended to the standard message.
|