Click or drag to resize

MissingPageException Constructor

Overload List
  NameDescription
Public methodMissingPageException(String)
Initializes a new instance of the exception for use when a page is not present in the PageInfos collection.
Public methodMissingPageException(String, Boolean)
Initializes a new instance of the exception for use when navigation is attempted to an invalid (but not really missing) page.
Public methodMissingPageException(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.
Public methodMissingPageException(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.
Top
See Also