Click or drag to resize

aceGeneralException Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
General exception in imbACE framework
Inheritance Hierarchy

Namespace:  imbACE.Core.core.exceptions
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class aceGeneralException : Exception, 
	ILogSerializableProvider<IAceExceptionSerializable>
Request Example View Source

The aceGeneralException type exposes the following members.

Constructors
  NameDescription
Public methodaceGeneralException
Initializes a new instance of the aceGeneralException class.
Top
Properties
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