Xceed .NET Libraries Documentation
Xceed.FileSystem Assembly / Xceed.FileSystem Namespace / FileSystemException Class / Item Property


In This Topic
    Item Property (FileSystemException)
    In This Topic
    Gets or sets the FileSystemItem object that caused the current exception.
    Syntax
    'Declaration
     
    Public Property Item As FileSystemItem
    'Usage
     
    Dim instance As FileSystemException
    Dim value As FileSystemItem
     
    instance.Item = value
     
    value = instance.Item
    public FileSystemItem Item {get; set;}

    Property Value

    The FileSystemItem object that caused the exception to be thrown. Can be null.
    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