Thrown when a page provider cannot be found

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

Syntax

C#
public class PageProviderNotFoundException : ArgumentException

Remarks

This exception is commonly thrown when you are accessing a page provider 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..::.SystemException
      System..::.ArgumentException
        EPiServer.Core..::.PageProviderNotFoundException

See Also