C# Class ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs

Arguments passed when scan failures are detected.
Inheritance: System.EventArgs
Show file Open project: icsharpcode/SharpZipLib Class Usage Examples

Public Methods

Method Description
ScanFailureEventArgs ( string name, Exception e ) : System

Initialise a new instance of

Method Details

ScanFailureEventArgs() public method

Initialise a new instance of
public ScanFailureEventArgs ( string name, Exception e ) : System
name string The name to apply.
e System.Exception The exception to use.
return System