dgamevfs.exceptions
Exceptions thrown by D:GameVFS and exception related code.
-
Declaration
abstract class
VFSException
: object.Exception;Parent class of all exceptions thrown at VFS errors.
-
Declaration
class
VFSNotFoundException
: dgamevfs.exceptions.VFSException;Exception thrown when a file/directory was not found.
-
Declaration
class
VFSInvalidPathException
: dgamevfs.exceptions.VFSException;Exception thrown when an invalid path or file/directory name is detected.
-
Declaration
class
VFSIOException
: dgamevfs.exceptions.VFSException;Exception thrown at input/output errors.
-
Declaration
class
VFSMountException
: dgamevfs.exceptions.VFSException;Exception thrown at mounting errors.