Search Results for

    Show / Hide Table of Contents

    Class MidiException

    Base MIDI exception class.
    Inheritance
    object
    Exception
    MidiException
    InvalidChannelEventParameterValueException
    InvalidChunkSizeException
    InvalidMetaEventParameterValueException
    InvalidMidiTimeCodeComponentException
    InvalidSystemCommonEventParameterValueException
    MissedEndOfTrackEventException
    NoHeaderChunkException
    NotEnoughBytesException
    TooManyTrackChunksException
    UnexpectedRunningStatusException
    UnexpectedTrackChunksCountException
    UnknownChannelEventException
    UnknownChunkException
    UnknownFileFormatException
    MidiDeviceException
    TickGeneratorException
    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
    Exception.SerializeObjectState
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    Namespace: Melanchall.DryWetMidi.Common
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public abstract class MidiException : Exception, ISerializable

    Constructors

    MidiException(SerializationInfo, StreamingContext)

    Initializes a new instance of the MidiException class with serialized data.
    Declaration
    protected MidiException(SerializationInfo info, StreamingContext context)
    Parameters
    Type Name Description
    SerializationInfo info The SerializationInfo that holds the serialized object data about the exception being thrown.
    StreamingContext context The StreamingContext that contains contextual information about the source or destination.
    Exceptions
    Type Condition
    ArgumentNullException info is null.

    Implements

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