9 lines
121 B
C#

using System;
namespace Microsoft.Devices.Sensors
{
public class SensorFailedException : Exception
{
}
}