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
InterpreterException(int, TokenLocation, string, string, Exception?)
protected InterpreterException(int errorCode, TokenLocation location, string message, string helpText, Exception? inner = null)
Parameters
errorCode
intlocation
TokenLocationmessage
stringhelpText
stringinner
Exception
InterpreterException(string, TokenLocation, string, string, Exception?)
protected InterpreterException(string errorCode, TokenLocation location, string message, string helpText, Exception? inner = null)
Parameters
errorCode
stringlocation
TokenLocationmessage
stringhelpText
stringinner
Exception