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


Exception that is thrown when calling a method or accessing a property that is not supported by a FileSystemItem object.

Syntax

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

Inheritance Hierarchy

System.Object
   System.Exception
      System.ApplicationException
         Xceed.FileSystem.FileSystemException
            Xceed.FileSystem.FileSystemNotSupportedException

Requirements

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

See Also