FileSystemException Class
Namespace: Rebex.IO.FileSystem
Assembly: Rebex.Common.dll (version 7.0.9083)
The exception that is thrown when an error occurs while using Rebex FileSystem.
Syntax
public class FileSystemException : Exception, ISerializable
Inheritance
FileSystemException
Implements
Inherited Members
Constructors
Name | Description |
---|---|
FileSystemException() | Initializes a new instance of the FileSystemException class. |
FileSystemException(String) | Initializes a new instance of the FileSystemException class. |
FileSystemException(String, Exception) | Initializes a new instance of the FileSystemException class. |