Class LunyLifecycleException
- Namespace
- Luny /
- Assembly
- Luny.dll
Exception thrown when a lifecycle-related error occurs in the Luny framework, such as singleton duplication or unexpected adapter removal.
public sealed class LunyLifecycleException : LunyException, ISerializable
Expand Details ...
- Inheritance
-
ObjectLunyLifecycleException
- Implements
- Inherited Members
Constructors
LunyLifecycleException(String)
public LunyLifecycleException(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |