Class LunyBridgeException
- Namespace
- Luny /
- 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, ISerializable
Expand Details ...
- Inheritance
-
ObjectLunyBridgeException
- Implements
- Inherited Members
Constructors
LunyBridgeException(String)
public LunyBridgeException(String message)
Parameters
| Type | Name | Description |
|---|---|---|
message |