ParseErrorAction Enumeration

Specifies the action to take when a parsing error has occured.

Namespace:  LumenWorks.Framework.IO.Csv
Assembly:  LumenWorks.Framework.IO (in LumenWorks.Framework.IO.dll)

Syntax


public enum ParseErrorAction
Public Enumeration ParseErrorAction
public enum class ParseErrorAction

Members


Member nameDescription
RaiseEvent Raises the ParseError()()()() event.
AdvanceToNextLine Tries to advance to next line.
ThrowException Throws an exception.