Skip to content
Auto
Products

FileSystemExceptionResolveMode

Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0

Specifies the file system exception resolve mode.

public enum FileSystemExceptionResolveMode

Stops the operation and rethrows the exception to the caller.

Error = 2

Attempts the failed operation again.

Retry = 1

Leaves the failed item unprocessed and continues with the next one.

Skip = 0