FileSystemExceptionResolveDelegate
Namespace: TagBites.IO
Assembly: TagBites.IO.dll
Product: TagBites.IO v. 2.0.0
Represents the method that file system resolves exceptions.
public delegate TagBites.IO.FileSystemExceptionResolveMode FileSystemExceptionResolveDelegate(TagBites.IO.IFileSystemLink source, TagBites.IO.IFileSystemLink destination, System.Exception exception, int attempt)Parameters
Section titled “Parameters”sourceIFileSystemLink
The source link to file/directory/file version.destinationIFileSystemLink
The destination link to file/directory/file version.exceptionException
The error that occurs during a file system operations.attemptint
The number of attempts to resolve the error