Class SpiDeviceAlreadyInUseException
Exception thrown when a check in driver's constructor finds a device that already exists with the same settings (SPI bus AND chip select line)
Inherited Members
Namespace: System.Device.Spi
Assembly: System.Device.Spi.dll
Syntax
public class SpiDeviceAlreadyInUseException : Exception
Constructors
SpiDeviceAlreadyInUseException()
Declaration
public SpiDeviceAlreadyInUseException()
Methods
ToString()
Returns a string that represents this instance.
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
string | A string that represents this instance. |