Class CsvWriteException
- Namespace
- FlameCsv.Exceptions
- Assembly
- FlameCsv.Core.dll
Represents errors when writing CSV, such as errors thrown during flushing the buffers.
public class CsvWriteException : Exception, ISerializable
- Inheritance
-
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)