ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs Class Reference

Arguments passed when scan failures are detected. More...

List of all members.

Public Member Functions

 ScanFailureEventArgs (string name, Exception e)
 Initialise a new instance of ScanFailureEventArgs.

Properties

string Name
 The applicable name.
Exception exception
Exception Exception
 The applicable exception.
bool continueRunning
bool ContinueRunning
 Get / set a value indicating wether scanning should continue.

Private Attributes

string name


Detailed Description

Arguments passed when scan failures are detected.

Definition at line 109 of file FileSystemScanner.cs.


Constructor & Destructor Documentation

ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::ScanFailureEventArgs string  name,
Exception  e
[inline]
 

Initialise a new instance of ScanFailureEventArgs.

Parameters:
name The name to apply.
e The exception to use.

Definition at line 116 of file FileSystemScanner.cs.


Member Data Documentation

string ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::name [private]
 

Definition at line 123 of file FileSystemScanner.cs.


Property Documentation

bool ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::ContinueRunning [get, set]
 

Get / set a value indicating wether scanning should continue.

Definition at line 149 of file FileSystemScanner.cs.

Referenced by ICSharpCode::SharpZipLib::Core::FileSystemScanner::OnDirectoryFailure(), and ICSharpCode::SharpZipLib::Core::FileSystemScanner::OnFileFailure().

bool ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::continueRunning [private]
 

Definition at line 143 of file FileSystemScanner.cs.

Exception ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::Exception [get]
 

The applicable exception.

Definition at line 139 of file FileSystemScanner.cs.

Exception ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::exception [private]
 

Definition at line 133 of file FileSystemScanner.cs.

string ICSharpCode::SharpZipLib::Core::ScanFailureEventArgs::Name [get]
 

The applicable name.

Definition at line 129 of file FileSystemScanner.cs.


The documentation for this class was generated from the following file:
Generated on Fri Jun 23 21:50:05 2006 for OblivionModTranslator by  doxygen 1.4.6-NO