Class IncompatibleTypesException
- Namespace
- StepLang.Interpreting
- Assembly
- StepLang.dll
public abstract class IncompatibleTypesException : InterpreterException, ISerializable
- Inheritance
-
IncompatibleTypesException
- Implements
- Derived
- Inherited Members
Constructors
IncompatibleTypesException(int, TokenLocation, string, string, Exception?)
protected IncompatibleTypesException(int errorCode, TokenLocation location, string message, string helpText, Exception? inner = null)
Parameters
errorCode
intlocation
TokenLocationmessage
stringhelpText
stringinner
Exception