The Exceptions type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| Exceptions | DotNetNuke.Services.Exceptions.Exceptions |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetExceptionInfo |
Gets the exception info.
| |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| LogException(Exception) |
Logs all the basic exception.
| |
| LogException(ModuleLoadException) |
Logs the ModuleLoadException.
| |
| LogException(PageLoadException) |
Logs the PageLoadException.
| |
| LogException(SchedulerException) |
Logs the SchedulerException.
| |
| LogException(SecurityException) |
Logs the SecurityException.
| |
| LogSearchException |
Logs the search exception.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ProcessHttpException()()()() | ||
| ProcessHttpException(String) | ||
| ProcessHttpException(HttpException) | ||
| ProcessHttpException(HttpRequest) | ||
| ProcessModuleLoadException(Control, Exception) |
Processes the module load exception.
| |
| ProcessModuleLoadException(PortalModuleBase, Exception) |
Processes the module load exception.
| |
| ProcessModuleLoadException(String, Control, Exception) |
Processes the module load exception.
| |
| ProcessModuleLoadException(Control, Exception, Boolean) |
Processes the module load exception.
| |
| ProcessModuleLoadException(PortalModuleBase, Exception, Boolean) |
Processes the module load exception.
| |
| ProcessModuleLoadException(String, PortalModuleBase, Exception, Boolean) |
Processes the module load exception.
| |
| ProcessModuleLoadException(String, Control, Exception, Boolean) |
Processes the module load exception.
| |
| ProcessPageLoadException(Exception) |
Processes the page load exception.
| |
| ProcessPageLoadException(Exception, String) |
Processes the page load exception.
| |
| ProcessSchedulerException |
Processes the scheduler exception.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
Extension Methods
| Name | Description | |
|---|---|---|
| ToJson |
Extension method on object that serializes the value to Json.
Note the type must be marked Serializable or include a DataContract attribute.
(Defined by JsonExtensionsWeb.) |