Class LocalFileSystemException
- Namespace
- WitShells.DesignPatterns.Core
Exception thrown by LocalFileSystem when a file operation fails (e.g. wrong password, missing file, or corrupt data).
public class LocalFileSystemException : Exception, ISerializable
- Inheritance
-
LocalFileSystemException
- Implements
- Inherited Members
Constructors
LocalFileSystemException(string)
Creates a new LocalFileSystemException with the given message.
public LocalFileSystemException(string message)
Parameters
messagestring