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

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

Méthodes publiques

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

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

AlreadyInitializedException() public méthode

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.