Table of Contents

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 string

The message.

CsvParseException(string, Exception)

Initializes a new instance of the CsvParseException class.

public CsvParseException(string message, Exception innerException)

Parameters

message string

The message.

innerException Exception

The inner exception.