Table of Contents

Class TokenizerException

Namespace
StepLang.Tokenizing
Assembly
StepLang.dll
public abstract class TokenizerException : StepLangException, ISerializable
Inheritance
TokenizerException
Implements
Inherited Members

Constructors

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

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

Parameters

errorCode int
location TokenLocation
message string
helpText string
inner Exception