Class LunyBridgeException
- Namespace
- Luny.Exceptions /
- Assembly
- Luny.dll
Exception thrown when a bridging exception occurs in the Luny framework, such as initializing a proxy object with a null reference.
public sealed class LunyBridgeException : LunyException
Expand Details ...
- Inheritance
-
objectLunyBridgeException
Constructors
LunyBridgeException(string)
public LunyBridgeException(string message)
Parameters
| Type | Name | Description |
|---|---|---|
message |