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 |
Definition at line 109 of file FileSystemScanner.cs.
|
Initialise a new instance of ScanFailureEventArgs.
Definition at line 116 of file FileSystemScanner.cs. |
|
Definition at line 123 of file FileSystemScanner.cs. |
|
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(). |
|
Definition at line 143 of file FileSystemScanner.cs. |
|
The applicable exception.
Definition at line 139 of file FileSystemScanner.cs. |
|
Definition at line 133 of file FileSystemScanner.cs. |
|
The applicable name.
Definition at line 129 of file FileSystemScanner.cs. |