_ErrorEventArgs Type
Provides data for the OnError event.
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. |