The Exceptions type exposes the following members.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodStatic memberGetExceptionInfo
Gets the exception info.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStatic memberLogException(Exception)
Logs all the basic exception.
Public methodStatic memberLogException(ModuleLoadException)
Logs the ModuleLoadException.
Public methodStatic memberLogException(PageLoadException)
Logs the PageLoadException.
Public methodStatic memberLogException(SchedulerException)
Logs the SchedulerException.
Public methodStatic memberLogException(SecurityException)
Logs the SecurityException.
Public methodStatic memberLogSearchException
Logs the search exception.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodStatic memberProcessHttpException()()()()
Public methodStatic memberProcessHttpException(String)
Public methodStatic memberProcessHttpException(HttpException)
Public methodStatic memberProcessHttpException(HttpRequest)
Public methodStatic memberProcessModuleLoadException(Control, Exception)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(PortalModuleBase, Exception)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(String, Control, Exception)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(Control, Exception, Boolean)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(PortalModuleBase, Exception, Boolean)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(String, PortalModuleBase, Exception, Boolean)
Processes the module load exception.
Public methodStatic memberProcessModuleLoadException(String, Control, Exception, Boolean)
Processes the module load exception.
Public methodStatic memberProcessPageLoadException(Exception)
Processes the page load exception.
Public methodStatic memberProcessPageLoadException(Exception, String)
Processes the page load exception.
Public methodStatic memberProcessSchedulerException
Processes the scheduler exception.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Extension Methods

  NameDescription
Public Extension MethodToJson
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.)

See Also