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, bool DisplayErrorMessage ) |
Visual Basic |
---|
Public Shared Sub ProcessModuleLoadException ( FriendlyMessage As String, ctrl As Control, exc As Exception, DisplayErrorMessage As Boolean ) |
Parameters
- FriendlyMessage
- Type: System..::..String
The friendly message.
- ctrl
- Type: System.Web.UI..::..Control
The CTRL.
- exc
- Type: System..::..Exception
The exc.
- DisplayErrorMessage
- Type: System..::..Boolean
if set to true display error message.