Table of Contents

Class InterpreterException

Namespace
MoonSharp.Interpreter
Assembly
Assembly-CSharp.dll
public class InterpreterException : Exception, ISerializable
Inheritance
InterpreterException
Implements
Derived
Inherited Members
Extension Methods

Constructors

InterpreterException(Exception)

protected InterpreterException(Exception ex)

Parameters

ex Exception

InterpreterException(Exception, string)

protected InterpreterException(Exception ex, string message)

Parameters

ex Exception
message string

InterpreterException(string)

protected InterpreterException(string message)

Parameters

message string

InterpreterException(string, params object[])

protected InterpreterException(string format, params object[] args)

Parameters

format string
args object[]

Properties

CallStack

public IList<WatchItem> CallStack { get; }

Property Value

IList<WatchItem>

DecoratedMessage

public string DecoratedMessage { get; }

Property Value

string

DoNotDecorateMessage

public bool DoNotDecorateMessage { get; set; }

Property Value

bool

InstructionPtr

public int InstructionPtr { get; }

Property Value

int

Methods

Rethrow()

public virtual void Rethrow()