Show / Hide Table of Contents

Class BasePortalException

Inheritance
object
Exception
BasePortalException
ModuleLoadException
ObjectHydrationException
PageLoadException
SchedulerException
SearchException
SecurityException
Implements
ISerializable
_Exception
Inherited Members
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 BasePortalException : Exception, ISerializable, _Exception

Constructors

BasePortalException()

Declaration
public BasePortalException()

BasePortalException(SerializationInfo, StreamingContext)

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

BasePortalException(string)

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

BasePortalException(string, Exception)

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

Properties

AbsoluteURL

Declaration
public string AbsoluteURL { get; }
Property Value
Type Description
string

AbsoluteURLReferrer

Declaration
public string AbsoluteURLReferrer { get; }
Property Value
Type Description
string

ActiveTabID

Declaration
public int ActiveTabID { get; }
Property Value
Type Description
int

ActiveTabName

Declaration
public string ActiveTabName { get; }
Property Value
Type Description
string

AssemblyVersion

Declaration
public string AssemblyVersion { get; }
Property Value
Type Description
string

DefaultDataProvider

Declaration
public string DefaultDataProvider { get; }
Property Value
Type Description
string

ExceptionGUID

Declaration
public string ExceptionGUID { get; }
Property Value
Type Description
string

FileColumnNumber

Declaration
public int FileColumnNumber { get; }
Property Value
Type Description
int

FileLineNumber

Declaration
public int FileLineNumber { get; }
Property Value
Type Description
int

FileName

Declaration
public string FileName { get; }
Property Value
Type Description
string

Method

Declaration
public string Method { get; }
Property Value
Type Description
string

PortalID

Declaration
public int PortalID { get; }
Property Value
Type Description
int

PortalName

Declaration
public string PortalName { get; }
Property Value
Type Description
string

RawURL

Declaration
public string RawURL { get; }
Property Value
Type Description
string

TargetSite

Declaration
public MethodBase TargetSite { get; }
Property Value
Type Description
MethodBase

UserAgent

Declaration
public string UserAgent { get; }
Property Value
Type Description
string

UserID

Declaration
public int UserID { get; }
Property Value
Type Description
int

UserName

Declaration
public string UserName { get; }
Property Value
Type Description
string

Implements

ISerializable
_Exception

Extension Methods

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