API Reference
Class
CsvParseError
Represents a parse error collected while reading CSV data.
Inheritance
- Object
- CsvParseError
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property CsvLoadOptions.ParseErrors
Constructors
public CsvParseError(Int32 lineNumber, String message, Exception exception) #Initializes a collected parse error.
Parameters
- lineNumber System.Int32
- message System.String
- exception System.Exception
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 LineNumber { get; } #Gets the line where parsing failed.