Show / Hide Table of Contents

    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)

    Inheritance
    Object
    Exception
    SpiDeviceAlreadyInUseException
    Inherited Members
    Exception.HResult
    Exception.Message
    Exception.InnerException
    Exception.StackTrace
    Object.Equals(Object)
    Object.Equals(Object, Object)
    Object.ReferenceEquals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    Object.MemberwiseClone()
    Namespace: System.Device.Spi
    Assembly: System.Device.Spi.dll
    Syntax
    [Serializable]
    public class SpiDeviceAlreadyInUseException : Exception

    Methods

    | Improve this Doc View Source

    ToString()

    Returns a String that represents this instance.

    Declaration
    public override string ToString()
    Returns
    Type Description
    String

    A String that represents this instance.

    Overrides
    Exception.ToString()

    Extension Methods

    LogDispatcher.GetCurrentClassLogger(Object)
    • Improve this Doc
    • View Source
    Back to top Copyright © 2018 nanoFramework Contributors
    Generated by DocFX