Table of Contents

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
Object
LunyBridgeException
Implements
Inherited Members

Constructors

LunyBridgeException(String)

public LunyBridgeException(String message)

Parameters

Type Name Description
String
message