Class InterruptGroupInUseException
Exception thrown when attempting to use an interrupt group that is already in use.
Assembly: Meadow.dll
View Source
public class InterruptGroupInUseException : Exception, ISerializable
Inheritance: System.Object
-> System.Exception
Implements:
System.Runtime.Serialization.ISerializable
Properties
Group
Gets the interrupt group that is already in use.
View Source
public int Group { get; }
Implements
System.Runtime.Serialization.ISerializable