FastZipEvents.OnDirectoryFailure Method

IC Sharp Sharp Zip Lib

ICSharpCode SharpZipLib Class Library

FastZipEvents.OnDirectoryFailure Method 

Raise the directory failure event.

public bool OnDirectoryFailure(
   string directory,
   Exception e
);

Parameters

directory
The directory causing the failure.
e
The exception for this event.

Return Value

A boolean indicating if execution should continue or not.

See Also

FastZipEvents Class | ICSharpCode.SharpZipLib.Zip Namespace