Table of Contents

Class InterpreterException

Namespace
StepLang.Interpreting
Assembly
StepLang.dll
public abstract class InterpreterException : StepLangException, ISerializable
Inheritance
InterpreterException
Implements
Derived
Inherited Members

Constructors

InterpreterException(int, Token, string, string, Exception?)

protected InterpreterException(int errorCode, Token token, string message, string helpText, Exception? inner = null)

Parameters

errorCode int
token Token
message string
helpText string
inner Exception

InterpreterException(int, TokenLocation, string, string, Exception?)

protected InterpreterException(int errorCode, TokenLocation location, string message, string helpText, Exception? inner = null)

Parameters

errorCode int
location TokenLocation
message string
helpText string
inner Exception

InterpreterException(string, TokenLocation, string, string, Exception?)

protected InterpreterException(string errorCode, TokenLocation location, string message, string helpText, Exception? inner = null)

Parameters

errorCode string
location TokenLocation
message string
helpText string
inner Exception