Table of Contents

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
object
Exception
CsvWriteException
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 string
innerException Exception

Properties

LineNumber

1-based number of the record that caused the exception, if applicable.

public int? LineNumber { get; init; }

Property Value

int?