FileSystemIsReadOnlyException Constructor
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.FileSystem.dll (version 7.0.9083)
FileSystemIsReadOnlyException()
Initializes a new instance of the FileSystemIsReadOnlyException class.
Declaration
public FileSystemIsReadOnlyException()
FileSystemIsReadOnlyException(String)
Initializes a new instance of the FileSystemIsReadOnlyException class.
Declaration
public FileSystemIsReadOnlyException(string message)
Parameters
Type | Name | Description |
---|---|---|
String | message |
FileSystemIsReadOnlyException(String, Exception)
Initializes a new instance of the FileSystemIsReadOnlyException class.
Declaration
public FileSystemIsReadOnlyException(string message, Exception innerException)
Parameters
Type | Name | Description |
---|---|---|
String | message | |
Exception | innerException |