C# Class ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs

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

Méthodes publiques

Méthode Description
ScanFailureEventArgs ( string name, Exception e ) : System

Initialise a new instance of

Method Details

ScanFailureEventArgs() public méthode

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.
Résultat System