Click or drag to resize

LocalFileSystemOnWatcherError Method

Handles the watcher's Error event.

Namespace:  callback.ShellBoost.Core.Synchronization
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnWatcherError(
	ErrorEventArgs e
)

Parameters

e
Type: System.IOErrorEventArgs
The ErrorEventArgs instance containing the event data.
See Also