Class PageTypeNotFoundException
Represents errors that occur when an PageType is not found.
Inheritance
Implements
Inherited Members
Namespace: EPiServer.DataAbstraction
Assembly: EPiServer.dll
Version: 7.19.2Syntax
public class PageTypeNotFoundException : Exception, ISerializable, _Exception
Constructors
PageTypeNotFoundException()
Initializes the new instance of PageTypeNotFoundException
Declaration
public PageTypeNotFoundException()
PageTypeNotFoundException(SerializationInfo, StreamingContext)
Initializes a new instance with serialized data.
Declaration
protected PageTypeNotFoundException(SerializationInfo info, StreamingContext context)
Parameters
Type | Name | Description |
---|---|---|
System.Runtime.Serialization.SerializationInfo | info | The object that holds the serialized object data. |
System.Runtime.Serialization.StreamingContext | context | The contextual information about the source or destination. |
PageTypeNotFoundException(String)
Initializes the new instance of PageTypeNotFoundException
Declaration
public PageTypeNotFoundException(string message)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
PageTypeNotFoundException(String, Exception)
Initializes the new instance of PageTypeNotFoundException
Declaration
public PageTypeNotFoundException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
System.String | message | The error message that explains the reason for the exception. |
System.Exception | 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. |