FileWatcher constructor

namespace: Serenity.Web   assemblySerenity.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