FileWatcher constructor
namespace: Serenity.Web assembly: Serenity.Net.Web
Creates a new instance of the class
public FileWatcher(string path, string filter)
| parameter | description |
|---|---|
| path | Watch path |
| filter | Watch filter |
Exceptions
| exception | condition |
|---|---|
| ArgumentNullException | One of the arguments is null |
See Also
- class FileWatcher