Table of Contents

Class LunyException

Namespace
Luny.Exceptions
/
Assembly
Luny.dll

Base class for all exceptions thrown by the Luny framework.

public abstract class LunyException : Exception
Expand Details ...
Inheritance
object
LunyException
Derived

Constructors

LunyException(string)

protected LunyException(string message)

Parameters

Type Name Description
string
message

LunyException(string, Exception)

protected LunyException(string message, Exception innerException)

Parameters

Type Name Description
string
message
Exception
innerException