VirtualFileSystemException.md
January 20, 2026 ยท View on GitHub
Atypical.VirtualFileSystem.Core
Atypical.VirtualFileSystem.Core
VirtualFileSystemException Class
Exception thrown by the VFS.
public class VirtualFileSystemException : System.Exception
Inheritance System.Object ๐ก System.Exception ๐ก VirtualFileSystemException
| Constructors | |
|---|---|
| VirtualFileSystemException() | Initializes a new instance of the VirtualFileSystemException class. |
| VirtualFileSystemException(string) | Initializes a new instance of the VirtualFileSystemException class with a message that describes the error. |
| VirtualFileSystemException(string, Exception) | Initializes a new instance of the VirtualFileSystemException class with a message and an inner exception that is the cause of this exception. |