Table of Contents

Class InvalidPageException

Namespace
Kentico.Xperience.Admin.Base
Assembly
Kentico.Xperience.Admin.Base.dll

Exception to be thrown when the UI page state is not valid.

public sealed class InvalidPageException : Exception
Inheritance
object
Exception
InvalidPageException
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 string

Localized message of the exception displayed directly in the administration UI.