Enum ParseErrorAction
Specifies the action to take when a parsing error has occurred.
Namespace: Mars.Common.IO.Csv
Assembly: Mars.IO.dll
Syntax
public enum ParseErrorAction
Fields
| Name | Description |
|---|---|
| AdvanceToNextLine | Tries to advance to next line. |
| RaiseEvent | Raises the CsvReader.ParseError event. |
| ThrowException | Throws an exception. |