FileSystemIsReadOnlyException Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
This exception is thrown when an attempt is made to write to a read-only Rebex file system.
Syntax
public class FileSystemIsReadOnlyException : FileSystemException, ISerializable
Implements
Inherited Members
Constructors
Name | Description |
---|---|
FileSystemIsReadOnlyException() | Initializes a new instance of the FileSystemIsReadOnlyException class. |
FileSystemIsReadOnlyException(String) | Initializes a new instance of the FileSystemIsReadOnlyException class. |
FileSystemIsReadOnlyException(String, Exception) | Initializes a new instance of the FileSystemIsReadOnlyException class. |