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

Indicates that the SPI sensor has already been initialized and cannot be initialized again.
Inheritance: SpiException
Datei anzeigen Open project: porrey/iot

Public Methods

Method Description
AlreadyInitializedException ( )

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

AlreadyInitializedException ( string sensorName )

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

Method Details

AlreadyInitializedException() public method

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

AlreadyInitializedException() public method

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