 | ToneNotFoundException Constructor |
Creates a new exception of this type.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ToneNotFoundException(
Tone tone
)
Public Sub New (
tone As Tone
)
public:
ToneNotFoundException(
Tone tone
)
new :
tone : Tone -> ToneNotFoundException
Parameters
- tone
- Type: MidiGremlinTone
The tone that was not found.
See Also