Try our conversational search powered by Generative AI!

Class PageProviderNotFoundException

Thrown when a page provider cannot be found

Inheritance
System.Object
System.Exception
System.SystemException
System.ArgumentException
PageProviderNotFoundException
Implements
System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable
Inherited Members
System.ArgumentException.GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
System.ArgumentException.Message
System.ArgumentException.ParamName
System.Exception.GetBaseException()
System.Exception.ToString()
System.Exception.GetType()
System.Exception.Data
System.Exception.InnerException
System.Exception.TargetSite
System.Exception.StackTrace
System.Exception.HelpLink
System.Exception.Source
System.Exception.HResult
System.Exception.SerializeObjectState
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.MemberwiseClone()
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 7.19.2
Syntax
[Obsolete("ContentProviderNotFoundException is now used instead")]
public class PageProviderNotFoundException : ContentProviderNotFoundException, _Exception, ISerializable
Remarks

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

Constructors

PageProviderNotFoundException()

Declaration
public PageProviderNotFoundException()

Properties

Gets the page link.

Declaration
[Obsolete("Use ContentLink instead")]
public PageReference PageLink { get; }
Property Value
Type Description
PageReference

The page link.

Implements

System.Runtime.InteropServices._Exception
System.Runtime.Serialization.ISerializable

Extension Methods