Class LunyServiceException
- Namespace
- Luny.Exceptions /
- Assembly
- Luny.dll
Exception thrown when a service-related error occurs in the Luny framework, such as service not found or invalid service interface implementation.
public sealed class LunyServiceException : LunyException
Expand Details ...
- Inheritance
-
objectLunyServiceException
Constructors
LunyServiceException(string)
public LunyServiceException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |