FileSystemExceptionResolveMode
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Specifies the file system exception resolve mode.
public enum FileSystemExceptionResolveModeFields
Section titled “Fields”Stops the operation and rethrows the exception to the caller.
Error = 2Attempts the failed operation again.
Retry = 1Leaves the failed item unprocessed and continues with the next one.
Skip = 0