FastZipEvents.OnFileFailure Method

SharpZip Compression Library

SharpZip Compression Library

FastZipEvents.OnFileFailure Method 

Raises the file failure event.

public void OnFileFailure(
   string file,
   Exception e
);

Parameters

file
The file for this event.
e
The exception for this event.

See Also

FastZipEvents Class | ICSharpCode.SharpZipLib.Zip Namespace