Table of Contents

Class SpiDeviceAlreadyInUseException

Namespace
System.Device.Spi
Assembly
System.Device.Spi.dll

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)

public class SpiDeviceAlreadyInUseException : Exception
Inheritance
SpiDeviceAlreadyInUseException
Inherited Members
Extension Methods

Constructors

SpiDeviceAlreadyInUseException()

public SpiDeviceAlreadyInUseException()

Methods

ToString()

Returns a string that represents this instance.

public override string ToString()

Returns

string

A string that represents this instance.