FileSystemOperationCanceledException Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
This exception is thrown when an operation in the Rebex file system is canceled.
Typically this exception is thrown when the user of the Rebex file system calls method CancelOperation() in the event handler of the some Preview* event in the FileSystemNotifier.
Syntax
public class FileSystemOperationCanceledException : FileSystemException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
FileSystemOperationCanceledException() | Initializes a new instance of the FileSystemOperationCanceledException class. |
FileSystemOperationCanceledException(String) | Initializes a new instance of the FileSystemOperationCanceledException class. |
FileSystemOperationCanceledException(String, Exception) | Initializes a new instance of the FileSystemOperationCanceledException class. |