Class LunyLifecycleException
- Namespace
- Luny.Exceptions /
- 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
Expand Details ...
- Inheritance
-
objectLunyLifecycleException
Constructors
LunyLifecycleException(string)
public LunyLifecycleException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |