Show / Hide Table of Contents

Class Exceptions

Inheritance
object
Exceptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
Namespace: DotNetNuke.Services.Exceptions
Assembly: DotNetNuke.dll
Syntax
[StandardModule]
public sealed class Exceptions

Constructors

Exceptions()

Declaration
public Exceptions()

Methods

GetExceptionInfo(Exception)

Declaration
public static ExceptionInfo GetExceptionInfo(Exception e)
Parameters
Type Name Description
Exception e
Returns
Type Description
ExceptionInfo

LogException(ModuleLoadException)

Declaration
public static void LogException(ModuleLoadException exc)
Parameters
Type Name Description
ModuleLoadException exc

LogException(PageLoadException)

Declaration
public static void LogException(PageLoadException exc)
Parameters
Type Name Description
PageLoadException exc

LogException(SchedulerException)

Declaration
public static void LogException(SchedulerException exc)
Parameters
Type Name Description
SchedulerException exc

LogException(SecurityException)

Declaration
public static void LogException(SecurityException exc)
Parameters
Type Name Description
SecurityException exc

LogException(Exception)

Declaration
public static void LogException(Exception exc)
Parameters
Type Name Description
Exception exc

LogSearchException(SearchException)

Declaration
public static void LogSearchException(SearchException exc)
Parameters
Type Name Description
SearchException exc

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
Type Name Description
HttpException exc

ProcessHttpException(HttpRequest)

Declaration
public static void ProcessHttpException(HttpRequest request)
Parameters
Type Name Description
HttpRequest request

ProcessModuleLoadException(PortalModuleBase, Exception)

Declaration
public static void ProcessModuleLoadException(PortalModuleBase objPortalModuleBase, Exception exc)
Parameters
Type Name Description
PortalModuleBase objPortalModuleBase
Exception exc

ProcessModuleLoadException(PortalModuleBase, Exception, bool)

Declaration
public static void ProcessModuleLoadException(PortalModuleBase objPortalModuleBase, Exception exc, bool displayErrorMessage)
Parameters
Type Name Description
PortalModuleBase objPortalModuleBase
Exception exc
bool displayErrorMessage

ProcessModuleLoadException(string, PortalModuleBase, Exception, bool)

Declaration
public static void ProcessModuleLoadException(string friendlyMessage, PortalModuleBase objPortalModuleBase, Exception exc, bool displayErrorMessage)
Parameters
Type Name Description
string friendlyMessage
PortalModuleBase objPortalModuleBase
Exception exc
bool displayErrorMessage

ProcessModuleLoadException(string, Control, Exception)

Declaration
public static void ProcessModuleLoadException(string friendlyMessage, Control ctrl, Exception exc)
Parameters
Type Name Description
string friendlyMessage
Control ctrl
Exception exc

ProcessModuleLoadException(string, Control, Exception, bool)

Declaration
public static void ProcessModuleLoadException(string friendlyMessage, Control ctrl, Exception exc, bool displayErrorMessage)
Parameters
Type Name Description
string friendlyMessage
Control ctrl
Exception exc
bool displayErrorMessage

ProcessModuleLoadException(Control, Exception)

Declaration
public static void ProcessModuleLoadException(Control ctrl, Exception exc)
Parameters
Type Name Description
Control ctrl
Exception exc

ProcessModuleLoadException(Control, Exception, bool)

Declaration
public static void ProcessModuleLoadException(Control ctrl, Exception exc, bool displayErrorMessage)
Parameters
Type Name Description
Control ctrl
Exception exc
bool displayErrorMessage

ProcessPageLoadException(Exception)

Declaration
public static void ProcessPageLoadException(Exception exc)
Parameters
Type Name Description
Exception exc

ProcessPageLoadException(Exception, string)

Declaration
public static void ProcessPageLoadException(Exception exc, string url)
Parameters
Type Name Description
Exception exc
string url

ProcessSchedulerException(Exception)

Declaration
public static void ProcessSchedulerException(Exception exc)
Parameters
Type Name Description
Exception exc

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS