Thrown when a page cannot be found

Namespace:  EPiServer.Core
Assembly:  EPiServer (in EPiServer.dll) Version: 5.2.375.236

Syntax

C#
public class PageNotFoundException : EPiServerException

Remarks

This exception is commonly thrown when you are accessing a page that does not exist using EPDataFactory. For debugging scenarios you can use the PageLink property for the source page of an exception.

Inheritance Hierarchy

System..::.Object
  System..::.Exception
    System..::.ApplicationException
      EPiServer.Core..::.EPiServerException
        EPiServer.Core..::.PageNotFoundException

See Also