Click or drag to resize

fileWatcherException Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the fileWatcherException class

Namespace:  imbACE.Core.ataman.fileWatch
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public fileWatcherException(
	string message,
	fileWatcher __watcher
)
Request Example View Source

Parameters

message
Type: SystemString
__watcher
Type: imbACE.Core.ataman.fileWatchfileWatcher
See Also