Click or drag to resize

aceScienceException Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Exception about problem with logic, common sense, scientific method and/or ethics
Inheritance Hierarchy

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class aceScienceException : aceGeneralException
Request Example View Source

The aceScienceException type exposes the following members.

Constructors
  NameDescription
Public methodaceScienceException
Initializes a new instance of the aceScienceException class
Top
Properties
  NameDescription
Public propertycallInfo
(Inherited from aceGeneralException.)
Public propertyData (Inherited from aceGeneralException.)
Public propertyHelpLink (Inherited from aceGeneralException.)
Public propertyinfo
(Inherited from aceGeneralException.)
Public propertyMessage (Inherited from aceGeneralException.)
Public propertySource (Inherited from aceGeneralException.)
Public propertystackFrame
(Inherited from aceGeneralException.)
Public propertystackTrace
(Inherited from aceGeneralException.)
Public propertyStackTrace (Inherited from aceGeneralException.)
Public propertytitle
(Inherited from aceGeneralException.)
Top
Methods
Extension Methods
  NameDescription
Public Extension MethodaceGenEx (Defined by aceExceptionTools.)
Public Extension MethodaceSciEx (Defined by aceExceptionTools.)
Public Extension Methoddescribe
Primary method for exception description
(Defined by exceptionExtensions.)
Public Extension MethodgetLastInner
Retrieves the last exception nested as InnerException
(Defined by exceptionExtensions.)
Public Extension MethodgoogleException
Google search about the exception
(Defined by exceptionExtensions.)
Public Extension MethodreportSummary
Writes a summary report into ITextRender
(Defined by exceptionExtensions.)
Top
See Also