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


Public Member Functions | |
| ScanFailureEventArgs (string name, Exception e) | |
| Initialise a new instance of ScanFailureEventArgs | |
Properties | |
| string | Name [get] |
| The applicable name. | |
| Exception | Exception [get] |
| The applicable exception. | |
| bool | ContinueRunning [get, set] |
| Get / set a value indicating wether scanning should continue. | |
Private Attributes | |
| string | name_ |
| Exception | exception_ |
| bool | continueRunning_ |
Arguments passed when scan failures are detected.
| ICSharpCode.SharpZipLib.Core.ScanFailureEventArgs.ScanFailureEventArgs | ( | string | name, |
| Exception | e ) |
Initialise a new instance of ScanFailureEventArgs
| name | The name to apply. |
| e | The exception to use. |
|
private |
|
private |
|
private |
|
getset |
Get / set a value indicating wether scanning should continue.
|
get |
The applicable exception.
|
get |
The applicable name.