C# Class Porrey.Uwp.IoT.Sensors.NotInitializedException

Indicates that the SPI sensor has not been initialized or it was disposed after being initialized.
Inheritance: SpiException
Datei anzeigen Open project: porrey/iot

Public Methods

Method Description
NotInitializedException ( )

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

NotInitializedException ( string sensorName )

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

Method Details

NotInitializedException() public method

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.

NotInitializedException() public method

Initializes a new instance of the Porrey.Uwp.IoT.Sensors.NotInitializedException class.
public NotInitializedException ( string sensorName )
sensorName string The name of the sensor being initialized.