Xceed .NET Libraries Documentation
ItemExceptionAction Enumeration


Xceed.FileSystem Assembly > Xceed.FileSystem Namespace : ItemExceptionAction Enumeration
Value representing the action to take when an exception is thrown during the processing of a FileSystemItem object.
Syntax
'Declaration
 
Public Enum ItemExceptionAction 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As ItemExceptionAction
public enum ItemExceptionAction : System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
MemberValueDescription
Abort0The entire process will be aborted and the exception will be thrown.
Ignore2Ignore the item that caused the error and continue processing the other items.
Retry1Retry processing the item. A corrective action must be taken otherwise the same exception will be rethrown.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Xceed.FileSystem.ItemExceptionAction

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

Xceed.FileSystem Namespace