Class ContentProviderNotFoundException
Thrown when a content provider cannot be found
Inheritance
Namespace: EPiServer.Core
Assembly: EPiServer.dll
Version: 12.0.3Syntax
public class ContentProviderNotFoundException : ArgumentException
Remarks
This exception is commonly thrown when you are accessing a content provider that does
not exist using IContent
Constructors
ContentProviderNotFoundException()
Initializes a new instance of the Content
Declaration
public ContentProviderNotFoundException()
ContentProviderNotFoundException(ContentReference)
Initializes a new instance of the Content
Declaration
public ContentProviderNotFoundException(ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
Content |
contentLink | The page link. |
ContentProviderNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance of the Content
Declaration
protected ContentProviderNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System. |
info | The object that holds the serialized object data. |
System. |
context | The contextual information about the source or destination. |
ContentProviderNotFoundException(String)
Initializes the new instance of Content
Declaration
public ContentProviderNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
ContentProviderNotFoundException(String, ContentReference)
Initializes a new instance of the Content
Declaration
public ContentProviderNotFoundException(string pageProviderName, ContentReference contentLink)
Parameters
Type | Name | Description |
---|---|---|
System. |
pageProviderName | Name of the page provider. |
Content |
contentLink | The page link. |
ContentProviderNotFoundException(String, Exception)
Initializes the new instance of Content
Declaration
public ContentProviderNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System. |
message | The error message that explains the reason for the exception. |
System. |
innerException | The exception that is the cause of the current exception, or a null reference (Nothing in Visual Basic) if no inner exception is specified. |
Properties
ContentLink
Gets the content link.
Declaration
public ContentReference ContentLink { get; }
Property Value
Type | Description |
---|---|
Content |
The content link. |