Accelerometer Constructor
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Creates a new instance of the Accelerometer object.
Assembly: Microsoft.Devices.Sensors (in Microsoft.Devices.Sensors.dll)
| Exception | Condition |
|---|---|
| SensorFailedException | The limit of 10 simultaneous instances of the Accelerometer class per application has been exceeded. |
An application can create a maximum of 10 simultaneous instances of the Accelerometer class. An exception will be thrown if this limit is exceeded.
Show: