Xceed .NET Libraries Documentation
Item Property (FileSystemException)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > FileSystemException Class : Item Property
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

Reference

FileSystemException Class
FileSystemException Members