Class InterruptGroupInUseException
Exception thrown when attempting to use an interrupt group that is already in use.
Assembly: Meadow.dll
View Source
Declaration
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
Declaration
public int Group { get; }
Implements
- System.Runtime.Serialization.ISerializable