OfficeIMO

API Reference

Class

CsvParseException

Namespace OfficeIMO.CSV
Assembly OfficeIMO.CSV
Implements
ISerializable
Modifiers sealed

Raised when the CSV content cannot be parsed.

Inheritance

Constructors

public CsvParseException(String message, Nullable<Int32> lineNumber = null, Exception innerException = null) #

Initializes a new instance of CsvParseException.

Parameters

message System.String requiredposition: 0
lineNumber System.Nullable{System.Int32} = null optionalposition: 1
innerException System.Exception = null optionalposition: 2

Properties

public Nullable<Int32> LineNumber { get; } #

Gets the 1-based line number where the parsing error occurred, when available.