Click or drag to resize
ToneNotFoundException Constructor
Creates a new exception of this type.

Namespace: MidiGremlin
Assembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public ToneNotFoundException(
	Tone tone
)

Parameters

tone
Type: MidiGremlinTone
The tone that was not found.
See Also