Processes the module load exception.
Namespace: DotNetNuke.Services.ExceptionsAssembly: DotNetNuke (in DotNetNuke.dll)
Syntax
C# |
---|
public static void ProcessModuleLoadException( string FriendlyMessage, Control ctrl, Exception exc ) |
Visual Basic |
---|
Public Shared Sub ProcessModuleLoadException ( FriendlyMessage As String, ctrl As Control, exc As Exception ) |
Parameters
- FriendlyMessage
- Type: System..::..String
The friendly message.
- ctrl
- Type: System.Web.UI..::..Control
The CTRL.
- exc
- Type: System..::..Exception
The exc.