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
intlocation
TokenLocationmessage
stringhelpText
stringinner
Exception