Table of Contents

Class ParserException

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

Constructors

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

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

Parameters

errorCode int
token Token
message string
helpText string
inner Exception

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

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

Parameters

errorCode int
location TokenLocation
message string
helpText string
inner Exception