 | 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
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic class ToneNotFoundException : Exception
Public Class ToneNotFoundException
Inherits Exception
public ref class ToneNotFoundException : public Exception
type ToneNotFoundException =
class
inherit Exception
end
The ToneNotFoundException type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Tone | The tone that was requested but not found. |
Top
See Also