Table of Contents

Class LunyException

Namespace
Luny
Assembly
Luny.dll

Base class for all exceptions thrown by the Luny framework.

public abstract class LunyException : Exception
Inheritance
object
Exception
LunyException
Derived

Constructors

LunyException(string)

protected LunyException(string message)

Parameters

message string

LunyException(string, Exception)

protected LunyException(string message, Exception innerException)

Parameters

message string
innerException Exception