dotnet / dotnet/dotnet-api-docs
FileSystemWatcher. EnableRaisingEvents throws IOException
- Dominant language
- C#
- Stars
- 949
- Forks
- 1.7k
- Avg merge
- 3d 27m
- Merged PRs (30d)
- 49
Description
… and it is → [undocumented](https://docs.microsoft.com/en-us/dotnet/api/system.io.filesystemwatcher.enableraisingevents).
> Wystąpił wyjątek: CLR/System.IO.IOException
> Wystąpił nieobsługiwany wyjątek typu „System.IO.IOException” w System.IO.FileSystem.Watcher.dll: 'The configured user limit (128) on the number of inotify instances has been reached, or the per-process limit on the number of open file descriptors has been reached.'
> w System.IO.FileSystemWatcher.StartRaisingEvents()
> w System.IO.FileSystemWatcher.StartRaisingEventsIfNotDisposed()
> w System.IO.FileSystemWatcher.set_EnableRaisingEvents(Boolean value)
Contributor guide
Assessment
This issue has not been assessed yet.