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
exception
AggregateExceptionThe read error, as an AggregateException containing the exceptions from the device(s) for which taking readings failed.
Exceptions
- ArgumentNullException
exception
is 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; }