Click or drag to resize
Accord.NET (logo)

ParseErrorAction Enumeration

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

Namespace:  Accord.IO
Assembly:  Accord.IO (in Accord.IO.dll) Version: 3.8.0
Syntax
public enum ParseErrorAction
Request Example View Source
Members
  Member nameValueDescription
RaiseEvent0 Raises the ParseError event.
AdvanceToNextLine1 Tries to advance to next line.
ThrowException2 Throws an exception.
See Also