Exception thrown by the VFS.
public class VirtualFileSystemException : System.ExceptionInheritance 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. |