Class ReadingsErrorEventArgs
Data for the PolledReadingsError event.
public class ReadingsErrorEventArgs : EventArgs
  - Inheritance
 - 
      
      
      ReadingsErrorEventArgs
 
- Inherited Members
 
Constructors
ReadingsErrorEventArgs(AggregateException)
Initializes a new instance of the ReadingsErrorEventArgs class.
public ReadingsErrorEventArgs(AggregateException exception)
  Parameters
exceptionAggregateExceptionThe read error, as an AggregateException containing the exceptions from the device(s) for which taking readings failed.
Exceptions
- ArgumentNullException
 exceptionis null.
Properties
Exception
Gets the read error, as an AggregateException containing the exceptions from the device(s) for which taking readings failed.
public AggregateException Exception { get; }