Search Results for

    Show / Hide Table of Contents

    Class MissedEndOfTrackEventException

    The exception that is thrown when a MIDI file chunk doesn't end with an End of Track event.
    Inheritance
    object
    Exception
    MidiException
    MissedEndOfTrackEventException
    Implements
    ISerializable
    Inherited Members
    Exception.GetBaseException()
    Exception.GetObjectData(SerializationInfo, StreamingContext)
    Exception.GetType()
    Exception.ToString()
    Exception.Data
    Exception.HelpLink
    Exception.HResult
    Exception.InnerException
    Exception.Message
    Exception.Source
    Exception.StackTrace
    Exception.TargetSite
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.ReferenceEquals(object, object)
    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.

    Implements

    ISerializable
    In this article
    Back to top 2024 / Generated by DocFX