FileSystemWatcherQueuedError Event |
IT Hit User File System
Occurs when the instance of System.IO.FileSystemWatcher is unable to continue monitoring changes
Namespace:
ITHit.FileSystem
Assembly:
ITHit.FileSystem (in ITHit.FileSystem.dll) Version: 8.3.27213.0
Syntax public event ErrorEventHandler Error
Public Event Error As ErrorEventHandler
public:
event ErrorEventHandler^ Error {
void add (ErrorEventHandler^ value);
void remove (ErrorEventHandler^ value);
}
member Error : IEvent<ErrorEventHandler,
ErrorEventArgs>
Value
Type:
System.IOErrorEventHandlerSee Also