FastZipEvents.OnFileFailure Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZipEvents.OnFileFailure Method 

Raises the file failure delegate.

public bool OnFileFailure(
   string file,
   Exception e
);

Parameters

file
The file causing the failure.
e
The exception for this failure.

Return Value

A boolean indicating if execution should continue or not.

See Also

FastZipEvents Class | ICSharpCode.SharpZipLib.Zip Namespace