Enum ParseErrorAction
Specifies the action to take when a parsing error has occured.
Namespace: IRM.Data
Assembly: IRM.dll
Syntax
public enum ParseErrorAction
AdvanceToNextLine
Tries to advance to next line.
RaiseEvent
Raises the ParseError event.
ThrowException
Throws an exception.