Specifies the reaction to resolve the current problem that occurred during a multi-file operation.

Namespace:  Rebex.IO
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration TransferProblemReaction
C#
public enum TransferProblemReaction

Members

Member nameDescription
Supported by the .NET Compact FrameworkCancel
Cancel the whole operation. An exception with the OperationCanceled value is thrown.
Supported by the .NET Compact FrameworkFail
Cancel the whole operation. An exception is thrown.
Supported by the .NET Compact FrameworkSkip
Skip the current problematic item.
Supported by the .NET Compact FrameworkRetry
Retry the current operation again.
Supported by the .NET Compact FrameworkOverwrite
Overwrite target file with the same name.
Supported by the .NET Compact FrameworkRename
Transfer the source file to a different name.
Supported by the .NET Compact FrameworkResume
Resume target file.
Supported by the .NET Compact FrameworkFollowLink
Resolve the symbolic link.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also