Table of Contents

Class LunyScriptException

Namespace
LunyScript.Exceptions
/
Assembly
LunyScript.dll
public class LunyScriptException : LunyException
Expand Details ...
Inheritance
object
LunyScriptException
Derived

Constructors

LunyScriptException(string)

public LunyScriptException(string message)

Parameters

Type Name Description
string
message

LunyScriptException(string, Exception)

public LunyScriptException(string message, Exception innerException)

Parameters

Type Name Description
string
message
Exception
innerException