Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemException Class
Members


In This Topic
    FileSystemException Class
    In This Topic
    Exception that is thrown when an error occurs in the Xceed.FileSystem namespace.
    Syntax
    Remarks

    This exception serves as the base class for all custom exceptions defined in the Xceed.FileSystem namespace.

    Specializations of the FileSystem object model also throw exceptions that derives from FileSystemException.

    Inheritance Hierarchy

    System.Object
       System.Exception
          System.ApplicationException
             Xceed.FileSystem.FileSystemException
                Xceed.FileSystem.FileSystemInternalException
                Xceed.FileSystem.FileSystemIOException
                Xceed.FileSystem.FileSystemNotSupportedException
                Xceed.FileSystem.InvalidCharacterInPathException
                Xceed.FileSystem.ItemAlreadyExistsException
                Xceed.FileSystem.ItemDoesNotExistException
                Xceed.FileSystem.ItemFailToDeleteException
                Xceed.FileSystem.ItemIsFileException
                Xceed.FileSystem.ItemIsFolderException
                Xceed.FileSystem.ItemIsReadOnlyException
                Xceed.FileSystem.ItemIsRootFolderException
                Xceed.GZip.GZipException
                Xceed.SSH.Client.ItemAccessDeniedException
                Xceed.SSH.Client.UnsupportedFileLockException
                Xceed.Tar.TarException
                Xceed.Zip.ZipException

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also