 | ToneOutOfRangeException Constructor |
Creates a new exception of this type.
Namespace: MidiGremlinAssembly: MidiGremlin (in MidiGremlin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic ToneOutOfRangeException(
int tone
)
Public Sub New (
tone As Integer
)
public:
ToneOutOfRangeException(
int tone
)
new :
tone : int -> ToneOutOfRangeException
Parameters
- tone
- Type: SystemInt32
The value of the tone after it was converted to the MIDI standard.
See Also