Click or drag to resize

LocalFileSystemWatcherOnError Method

Called when the Error event is raised.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
protected virtual void OnError(
	Object sender,
	ErrorEventArgs e
)

Parameters

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