Show / Hide Table of Contents

Class SyntaxErrorException

Exception for all parsing/lexing errors.

Inheritance
System.Object
InterpreterException
SyntaxErrorException
Inherited Members
InterpreterException.InstructionPtr
InterpreterException.CallStack
InterpreterException.DecoratedMessage
InterpreterException.DoNotDecorateMessage
Namespace: System.Dynamic.ExpandoObject
Assembly: cs.temp.dll.dll
Syntax
public class SyntaxErrorException : InterpreterException

Properties

IsPrematureStreamTermination

Gets or sets a value indicating whether this exception was caused by premature stream termination (that is, unexpected EOF). This can be used in REPL interfaces to tell between unrecoverable errors and those which can be recovered by extra input.

Declaration
public bool IsPrematureStreamTermination { get; set; }
Property Value
System.Boolean

Methods

Rethrow()

Rethrows this instance if

Declaration
public override void Rethrow()
Overrides
InterpreterException.Rethrow()
Back to top Built by Itinero, MIT licensed.