Class ModuleLoadException
Inheritance
ModuleLoadException
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
ModuleLoadException(string)
Declaration
public ModuleLoadException(string message)
Parameters
Type |
Name |
Description |
string |
message |
|
ModuleLoadException(string, Exception)
Declaration
public ModuleLoadException(string message, Exception inner)
Parameters
ModuleLoadException(string, Exception, ModuleInfo)
Declaration
public ModuleLoadException(string message, Exception inner, ModuleInfo moduleConfiguration)
Parameters
Properties
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
ModuleControlSource
Declaration
public string ModuleControlSource { get; }
Property Value
ModuleDefId
Declaration
public int ModuleDefId { get; }
Property Value
ModuleId
Declaration
public int ModuleId { get; }
Property Value
Implements
Extension Methods