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
-
objectLunyException
- Derived
Constructors
LunyException(string)
protected LunyException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |
LunyException(string, Exception)
protected LunyException(string message, Exception innerException)
Parameters
| Type | Name | Description |
|---|---|---|
message |
||
innerException |