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