DotNetNuke.Services.Exceptions.ModuleLoadException
Namespace: DotNetNuke.Services.ExceptionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public ModuleLoadException( string message, Exception inner ) |
Visual Basic |
---|
Public Sub New ( message As String, inner As Exception ) |
Parameters
- message
- Type: System..::..String
parammessageM:DotNetNuke.Services.Exceptions.ModuleLoadException.#ctor(System.String,System.Exception)
- inner
- Type: System..::..Exception
paraminnerM:DotNetNuke.Services.Exceptions.ModuleLoadException.#ctor(System.String,System.Exception)