Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 2.13 KB

File metadata and controls

18 lines (13 loc) · 2.13 KB

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.