2 references to InvalidDirName_NotExists
System.IO.FileSystem.Watcher (2)
System\IO\FileSystemWatcher.cs (2)
246
throw new ArgumentException(SR.Format(SR.
InvalidDirName_NotExists
, value), nameof(Path));
368
throw new ArgumentException(SR.Format(SR.
InvalidDirName_NotExists
, path), nameof(path));