| Visual Basic (Declaration) | |
|---|---|
Public Class FileSystemException Inherits System.ApplicationException | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As FileSystemException | |
| C# | |
|---|---|
public class FileSystemException : System.ApplicationException | |
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.
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
Target Platforms: Windows 2000, Windows XP SP3 Family, Windows Server 2003-2008 Family, Windows Vista, Windows 7
Copy Code