Table of Contents

Class ReadingsErrorEventArgs

Namespace
Acuit.Pinpoint.IO.Testing
Assembly
Acuit.Pinpoint.IO.Testing.Abstractions.dll

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 AggregateException

The 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; }

Property Value

AggregateException