Show / Hide Table of Contents

Class PageLoadException

Inheritance
object
Exception
BasePortalException
PageLoadException
Implements
ISerializable
_Exception
Inherited Members
BasePortalException.TargetSite
BasePortalException.AssemblyVersion
BasePortalException.PortalID
BasePortalException.PortalName
BasePortalException.UserID
BasePortalException.UserName
BasePortalException.ActiveTabID
BasePortalException.ActiveTabName
BasePortalException.RawURL
BasePortalException.AbsoluteURL
BasePortalException.AbsoluteURLReferrer
BasePortalException.UserAgent
BasePortalException.DefaultDataProvider
BasePortalException.ExceptionGUID
BasePortalException.FileName
BasePortalException.FileLineNumber
BasePortalException.FileColumnNumber
BasePortalException.Method
Exception.GetBaseException()
Exception.ToString()
Exception.GetObjectData(SerializationInfo, StreamingContext)
Exception.GetType()
Exception.Message
Exception.Data
Exception.InnerException
Exception.StackTrace
Exception.HelpLink
Exception.Source
Exception.HResult
Exception.SerializeObjectState
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.MemberwiseClone()
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
public class PageLoadException : BasePortalException, ISerializable, _Exception

Constructors

PageLoadException()

Declaration
public PageLoadException()

PageLoadException(SerializationInfo, StreamingContext)

Declaration
protected PageLoadException(SerializationInfo info, StreamingContext context)
Parameters
Type Name Description
SerializationInfo info
StreamingContext context

PageLoadException(string)

Declaration
public PageLoadException(string message)
Parameters
Type Name Description
string message

PageLoadException(string, Exception)

Declaration
public PageLoadException(string message, Exception inner)
Parameters
Type Name Description
string message
Exception inner

Implements

ISerializable
_Exception

Extension Methods

ExceptionExtensions.Hash(Exception)
JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS