3 references to ErrorEventArgs
System.IO.FileSystem.Watcher (3)
System\IO\FileSystemWatcher.cs (1)
400
OnError(new
ErrorEventArgs
(CreateBufferOverflowException(_directory)));
System\IO\FileSystemWatcher.Linux.cs (2)
1117
Fsw?.OnError(new
ErrorEventArgs
(ex));
1136
fsw.OnError(new
ErrorEventArgs
(@event.Exception!));