FileSystemException Class
See Also  Members  
Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : FileSystemException Class


Exception that is thrown when an error occurs in the Xceed.FileSystem namespace.

Syntax

Visual Basic (Declaration) 
Public Class FileSystemException 
   Inherits System.ApplicationException
Visual Basic (Usage)Copy Code
Dim instance As FileSystemException
C# 
public class FileSystemException : System.ApplicationException 

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.ItemAlreadyExistsException
            Xceed.FileSystem.ItemDoesNotExistException
            Xceed.FileSystem.ItemIsReadOnlyException
            Xceed.FileSystem.ItemIsRootFolderException
            Xceed.GZip.GZipException
            Xceed.Tar.TarException
            Xceed.Zip.ZipException

Requirements

Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7

See Also