Xceed .NET Libraries Documentation
Action Property (ItemExceptionEventArgs)


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace > ItemExceptionEventArgs Class : Action Property
Gets or sets the action taken when an exception is thrown during the processing of a FileSystemItem object.
Syntax
'Declaration
 
Public Property Action As ItemExceptionAction
'Usage
 
Dim instance As ItemExceptionEventArgs
Dim value As ItemExceptionAction
 
instance.Action = value
 
value = instance.Action
public ItemExceptionAction Action {get; set;}

Property Value

A value indicating the action taken when an exception is thrown
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

ItemExceptionEventArgs Class
ItemExceptionEventArgs Members