Search Results for

    Show / Hide Table of Contents

    Class CsvException

    Represents an exception that occurs during CSV deserialization.
    Inheritance
    object
    Exception
    MidiException
    CsvException
    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.Tools
    Assembly: Melanchall.DryWetMidi.dll
    Syntax
    public sealed class CsvException : MidiException, ISerializable

    Properties

    LineNumber

    Gets the number of a line in source CSV where an error occurred. If the error is not related to a specific line, this property will return null.
    Declaration
    public int? LineNumber { get; }
    Property Value
    Type Description
    int?

    Implements

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