Table of Contents

Class LunyScriptException

Namespace
LunyScript
Assembly
LunyScript.dll
public class LunyScriptException : LunyException
Inheritance
object
Exception
LunyScriptException
Derived

Constructors

LunyScriptException(string)

public LunyScriptException(string message)

Parameters

message string

LunyScriptException(string, Exception)

public LunyScriptException(string message, Exception innerException)

Parameters

message string
innerException Exception