Class CsvParseException
- Namespace
- Songhay.Exceptions
- Assembly
- SonghayCore.dll
Exception for CSV parsing in CsvSplit(string?).
public class CsvParseException : Exception, ISerializable
- Inheritance
-
CsvParseException
- Implements
- Inherited Members
- Extension Methods
Constructors
CsvParseException(string)
Initializes a new instance of the CsvParseException class.
public CsvParseException(string message)
Parameters
message
stringThe message.
CsvParseException(string, Exception)
Initializes a new instance of the CsvParseException class.
public CsvParseException(string message, Exception innerException)