_ErrorEventArgs Type

Provides data for the OnError event.

Namespace: CNClrLib.Control.EventArgs
type
 _ErrorEventArgs = CNClrLib.IO._ErrorEventArgs;

ErrorEventArgs contains the Exception that caused the TCnFileSystemWatcher.OnError event. This class provides the GetException method to retrieve the exception.

For more information, see ErrorEventArgs in C#.

Methods
Description

GetException

Gets the Exception that represents the error that occurred.