Click or drag to resize

fileWatcherException Class

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Inheritance Hierarchy
SystemObject
  SystemException
    imbACE.Core.ataman.fileWatchfileWatcherException

Namespace:  imbACE.Core.ataman.fileWatch
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public class fileWatcherException : Exception
Request Example View Source

The fileWatcherException type exposes the following members.

Constructors
  NameDescription
Public methodfileWatcherException
Initializes a new instance of the fileWatcherException class
Top
Properties
  NameDescription
Public propertywatcher
watcher instance
Top
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