Click or drag to resize
ToneOutOfRangeException 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 ToneOutOfRangeException(
	int tone
)

Parameters

tone
Type: SystemInt32
The value of the tone after it was converted to the MIDI standard.
See Also