Class CsvWriteException
- Namespace
- FlameCsv.Exceptions
- Assembly
- FlameCsv.Core.dll
Represents errors when writing CSV, such as errors thrown during flushing the buffers.
public sealed class CsvWriteException : Exception, ISerializable
- Inheritance
-
objectExceptionCsvWriteException
- Implements
Constructors
CsvWriteException(string?, Exception?)
Represents errors when writing CSV, such as errors thrown during flushing the buffers.
public CsvWriteException(string? message = null, Exception? innerException = null)
Parameters
message
stringinnerException
Exception
Properties
LineNumber
1-based number of the record that caused the exception, if applicable.
public int? LineNumber { get; init; }
Property Value
- int?