Table of Contents

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 int
location TokenLocation
message string
helpText string
inner Exception