Class ModuleLoadException
Inheritance
System.Object
ModuleLoadException
Assembly: DotNetNuke.dll
Syntax
public class ModuleLoadException : BasePortalException
Constructors
|
Improve this Doc
View Source
ModuleLoadException()
Declaration
public ModuleLoadException()
|
Improve this Doc
View Source
ModuleLoadException(SerializationInfo, StreamingContext)
Declaration
protected ModuleLoadException(SerializationInfo info, StreamingContext context)
Parameters
Type |
Name |
Description |
SerializationInfo |
info |
|
StreamingContext |
context |
|
|
Improve this Doc
View Source
ModuleLoadException(String, Exception, ModuleInfo)
Declaration
public ModuleLoadException(string message, Exception inner, ModuleInfo moduleConfiguration)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|
ModuleInfo |
moduleConfiguration |
|
|
Improve this Doc
View Source
ModuleLoadException(String, Exception)
Declaration
public ModuleLoadException(string message, Exception inner)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Exception |
inner |
|
|
Improve this Doc
View Source
ModuleLoadException(String)
Declaration
public ModuleLoadException(string message)
Parameters
Type |
Name |
Description |
System.String |
message |
|
Properties
|
Improve this Doc
View Source
FriendlyName
Declaration
public string FriendlyName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModuleControlSource
Declaration
public string ModuleControlSource { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ModuleDefId
Declaration
public int ModuleDefId { get; }
Property Value
Type |
Description |
System.Int32 |
|
|
Improve this Doc
View Source
ModuleId
Declaration
public int ModuleId { get; }
Property Value
Type |
Description |
System.Int32 |
|
Extension Methods