FileSystemScanner.OnFileFailure Method

SharpZip Compression Library

SharpZip Compression Library

FileSystemScanner.OnFileFailure Method 

Raise the FileFailure event.

public void OnFileFailure(
   string file,
   Exception e
);

Parameters

file
The file name.
e
The exception detected.

See Also

FileSystemScanner Class | ICSharpCode.SharpZipLib.Core Namespace