Class RuntimeError
Represents a runtime error that occurs during interpretation of SILQ code.
public class RuntimeError : Exception, ISerializable
- Inheritance
-
RuntimeError
- Implements
- Inherited Members
Constructors
RuntimeError(string, string)
Initializes a new instance of the RuntimeError class with a name and error message.
public RuntimeError(string name, string message)
Parameters
RuntimeError(Token, string)
Initializes a new instance of the RuntimeError class with a token and error message.
public RuntimeError(Token token, string message)
Parameters
Properties
Token
public Token Token { get; }