Table of Contents

Class LunyServiceException

Namespace
Luny
/
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, ISerializable
Expand Details ...
Inheritance
Object
LunyServiceException
Implements
Inherited Members

Constructors

LunyServiceException(String)

public LunyServiceException(String message)

Parameters

Type Name Description
String
message