Class ScanEndEventArgs
public class ScanEndEventArgs : EventArgs
- Inheritance
-
ScanEndEventArgs
Constructors
ScanEndEventArgs(Exception?)
public ScanEndEventArgs(Exception? error = null)
Parameters
error
Exception?
Properties
Error
Gets the exception that ended the scan, if any.
public Exception? Error { get; }
Property Value
- Exception?
HasError
public bool HasError { get; }