Show / Hide Table of Contents

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.

Extension Methods

EnumFlagExtensions.IsFlag<T>(T)
EnumFlagExtensions.AddFlag<T>(T)
EnumFlagExtensions.RemoveFlag<T>(T)
AnnotationsExtensions.IsValid()
Back to top Generated by DocFX