Class MissedEndOfTrackEventException
The exception that is thrown when a MIDI file chunk doesn't end with an
End of Track
event.Implements
Inherited Members
Namespace: Melanchall.DryWetMidi.Core
Assembly: Melanchall.DryWetMidi.dll
Syntax
[Serializable]
public sealed class MissedEndOfTrackEventException : MidiException, ISerializable
Remarks
Note that this exception will be thrown only if MissedEndOfTrackPolicy is set to Abort for the ReadingSettings used for reading a MIDI file.