Show / Hide Table of Contents

Class ModuleLoadException

Inheritance
object
Exception
BasePortalException
ModuleLoadException
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 ModuleLoadException : BasePortalException, ISerializable, _Exception

Constructors

ModuleLoadException()

Declaration
public ModuleLoadException()

ModuleLoadException(SerializationInfo, StreamingContext)

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

ModuleLoadException(string)

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

ModuleLoadException(string, Exception)

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

ModuleLoadException(string, Exception, ModuleInfo)

Declaration
public ModuleLoadException(string message, Exception inner, ModuleInfo moduleConfiguration)
Parameters
Type Name Description
string message
Exception inner
ModuleInfo moduleConfiguration

Properties

FriendlyName

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

ModuleControlSource

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

ModuleDefId

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

ModuleId

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

Implements

ISerializable
_Exception

Extension Methods

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