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
Afficher le fichier Open project: porrey/iot

Méthodes publiques

Méthode 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 méthode

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

NotInitializedException() public méthode

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.