Class InvalidPageException
Exception to be thrown when the UI page state is not valid.
public sealed class InvalidPageException : Exception
- Inheritance
-
objectExceptionInvalidPageException
- Extension Methods
Constructors
InvalidPageException()
Initializes an instance of InvalidPageException class.
public InvalidPageException()
InvalidPageException(string)
Initializes an instance of InvalidPageException class.
public InvalidPageException(string message)
Parameters
message
stringLocalized message of the exception displayed directly in the administration UI.