Class CsvException
Represents an exception that occurs during CSV deserialization.
Implements
Inherited Members
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? |