Click or drag to resize
ToneNotFoundException Class
A simple class which handles exceptions that could happen when trying to get the index of a note that does not exist.
Inheritance Hierarchy
SystemObject
  SystemException
    MidiGremlinToneNotFoundException

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class ToneNotFoundException : Exception

The ToneNotFoundException type exposes the following members.

Constructors
  NameDescription
Public methodToneNotFoundException
Creates a new exception of this type.
Top
Properties
  NameDescription
Public propertyTone
The tone that was requested but not found.
Top
See Also