Class Exceptions
Assembly: DotNetNuke.dll
Syntax
[StandardModule]
public sealed class Exceptions
Constructors
Exceptions()
Declaration
Methods
GetExceptionInfo(Exception)
Declaration
public static ExceptionInfo GetExceptionInfo(Exception e)
Parameters
Returns
LogException(ModuleLoadException)
Declaration
public static void LogException(ModuleLoadException exc)
Parameters
LogException(PageLoadException)
Declaration
public static void LogException(PageLoadException exc)
Parameters
LogException(SchedulerException)
Declaration
public static void LogException(SchedulerException exc)
Parameters
LogException(SecurityException)
Declaration
public static void LogException(SecurityException exc)
Parameters
LogException(Exception)
Declaration
public static void LogException(Exception exc)
Parameters
LogSearchException(SearchException)
Declaration
public static void LogSearchException(SearchException exc)
Parameters
ProcessHttpException()
Declaration
public static void ProcessHttpException()
ProcessHttpException(string)
Declaration
public static void ProcessHttpException(string url)
Parameters
Type |
Name |
Description |
string |
url |
|
ProcessHttpException(HttpException)
Declaration
public static void ProcessHttpException(HttpException exc)
Parameters
ProcessHttpException(HttpRequest)
Declaration
public static void ProcessHttpException(HttpRequest request)
Parameters
ProcessModuleLoadException(PortalModuleBase, Exception)
Declaration
public static void ProcessModuleLoadException(PortalModuleBase objPortalModuleBase, Exception exc)
Parameters
ProcessModuleLoadException(PortalModuleBase, Exception, bool)
Declaration
public static void ProcessModuleLoadException(PortalModuleBase objPortalModuleBase, Exception exc, bool displayErrorMessage)
Parameters
ProcessModuleLoadException(string, PortalModuleBase, Exception, bool)
Declaration
public static void ProcessModuleLoadException(string friendlyMessage, PortalModuleBase objPortalModuleBase, Exception exc, bool displayErrorMessage)
Parameters
ProcessModuleLoadException(string, Control, Exception)
Declaration
public static void ProcessModuleLoadException(string friendlyMessage, Control ctrl, Exception exc)
Parameters
ProcessModuleLoadException(string, Control, Exception, bool)
Declaration
public static void ProcessModuleLoadException(string friendlyMessage, Control ctrl, Exception exc, bool displayErrorMessage)
Parameters
ProcessModuleLoadException(Control, Exception)
Declaration
public static void ProcessModuleLoadException(Control ctrl, Exception exc)
Parameters
ProcessModuleLoadException(Control, Exception, bool)
Declaration
public static void ProcessModuleLoadException(Control ctrl, Exception exc, bool displayErrorMessage)
Parameters
ProcessPageLoadException(Exception)
Declaration
public static void ProcessPageLoadException(Exception exc)
Parameters
ProcessPageLoadException(Exception, string)
Declaration
public static void ProcessPageLoadException(Exception exc, string url)
Parameters
ProcessSchedulerException(Exception)
Declaration
public static void ProcessSchedulerException(Exception exc)
Parameters
Extension Methods